Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update existing python script to allow building of a complete single-point input file structure for a site run #22

Open
serbinsh opened this issue Sep 4, 2020 · 3 comments
Assignees

Comments

@serbinsh
Copy link
Collaborator

serbinsh commented Sep 4, 2020

Step 2: Update existing python script for extract single-point drivers and surf/domain files to work with all other ancillary inputs. Generate a new cesm input datas folder containing all required inputs, but with 1 pixel

@serbinsh serbinsh self-assigned this Sep 4, 2020
@serbinsh
Copy link
Collaborator Author

serbinsh commented Sep 4, 2020

Here is the current script that I will update. Long term we could probably make this much more user-friendly and elegant

create_GSWP3.0.5d.v1_single_point_forcing_data.py.zip

It uses config files like this

config_fates.txt

@serbinsh
Copy link
Collaborator Author

serbinsh commented Sep 4, 2020

Required datasets:

CTSM, and FATES param files (small enough to auto-download)

lnd_in
fsnowaging = '/data//lnd/clm2/snicardata/snicar_drdt_bst_fit_60_c070416.nc'
fsnowoptics = '/data//lnd/clm2/snicardata/snicar_optics_5bnd_c090915.nc'
stream_fldfilename_urbantv = '/data//lnd/clm2/urbandata/CLM50_tbuildmax_Oleson_2016_0.9x1.25_simyr1849-2106_c160923.nc'

** the big one ** datm.streams.txt.presaero.clim_2000
aerosoldep_WACCM.ensmean_monthly_hist_1849-2015_0.9x1.25_CMIP6_c180926.nc
6.21 GBs

datm.streams.txt.topo.observed
topodata_0.9x1.25_USGS_070110_stream_c151201.nc

Or a complete list within these files
Finished creating component namelists
Checking that inputdata is available as part of case submission
Loading input file list: 'Buildconf/cpl.input_data_list'
Loading input file list: 'Buildconf/datm.input_data_list'
Loading input file list: 'Buildconf/mosart.input_data_list'
Loading input file list: 'Buildconf/clm.input_data_list'
Model clm no file specified for finidat

@serbinsh
Copy link
Collaborator Author

serbinsh commented Sep 4, 2020

Currently builds this folder structure, need to expand to include the other files
Screen Shot 2020-09-04 at 1 40 16 PM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant