E3SM-Project / E3SM

Energy Exascale Earth System Model source code. NOTE: use "maint" branches for your work. Head of master is not validated.
https://docs.e3sm.org/E3SM
Other
348 stars 355 forks source link

lightning data on lcrc server #3521

Open rgknox opened 4 years ago

rgknox commented 4 years ago

Sorry if this is the wrong place for this help request. I'm running a simulation on the land compset: CNPECACNTBC

It wanted some lightning data (I think its lightning):

https://web.lcrc.anl.gov/public/e3sm/inputdata/lnd/clm2/firedata/clmforc.Li_2012_hdm_0.5x0.5_AVHRR_simyr1850-2010_c130401.nc

https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/datm7/NASA_LIS/clmforc.Li_2012_climo1995-2011.T62.lnfm_Total_c140423.nc

Which it was not able to find on the lcrc server when I perused using a url. Did the storage locations change around in the last month or so, or perhaps I'm doing something wrong?

rljacob commented 4 years ago

The file has to be world-readable to be visible via http.

rgknox commented 4 years ago

@rljacob , sorry if this is a silly question, but should all default data associated with a compset be world-readable?

Or more to the point, should I make sure I have access permissions to specific server if I want to ensure access to typical land datasets?

rljacob commented 4 years ago

@rljacob , sorry if this is a silly question, but should all default data associated with a compset be world-readable?

All default data should be available at either our server (for files we make) or the CESM server (for older files). For our web-based server, the files must be world-readable.

Or more to the point, should I make sure I have access permissions to specific server if I want to ensure access to typical land datasets?

That might be quickest. If its a just a few data sets, myself or the POC @sarich can handle it.

The files you are looking for are on the CESM server at: https://svn-ccsm-inputdata.cgd.ucar.edu/trunk/inputdata/lnd/clm2/firedata/ and https://svn-ccsm-inputdata.cgd.ucar.edu/trunk/inputdata/atm/datm7/NASA_LIS/

"check_input_data" should be able to find and download them if a case needs them.

rgknox commented 4 years ago

Thanks @rljacob , for some reason the check_input_data script was not retrieving them either (with the --download flag). I will look into it and see if something jumps out at me as wrong. This is on the "eddi" workstation (linux machine), which I'm in charge of supporting anyway.