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

Different directory structure for nature and CFSR #1

Open
kbhargava opened this issue Jul 15, 2019 · 0 comments
Open

Different directory structure for nature and CFSR #1

kbhargava opened this issue Jul 15, 2019 · 0 comments

Comments

@kbhargava
Copy link
Collaborator

kbhargava commented Jul 15, 2019

It seems that CFSR downloads are stored in DATA/CFSR/T126/YYYY/YYYYMM/YYMMDD/YYMMDDHH.{sig/sfc} while nature run is stored as DATA/nature/YYYY/YYYYMM/YYMMDD/YYMMDDHH/YYMMDDHH.{sfc/sig}. This creates an issue when using the run/init_cycle as the glob function needs a different pathname description. When using CFSR data to initialize change line 118 of init_cycle from adates = glob(args.initGFS+'/////{}.sig'.format(args.date[-2:])) to adates = glob(args.initGFS+'////*{}.sig'.format(args.date[-2:]))

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