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

How do I create a regional run with the NUOPC (default) coupler? #2895

Open
sophmaca opened this issue Dec 3, 2024 Discussed in #1833 · 3 comments
Open

How do I create a regional run with the NUOPC (default) coupler? #2895

sophmaca opened this issue Dec 3, 2024 Discussed in #1833 · 3 comments

Comments

@sophmaca
Copy link

sophmaca commented Dec 3, 2024

Discussed in #1833

Originally posted by adrifoster August 26, 2022
We get this question a lot:

I am trying to set up a case for a specific latitude and longitude. I want to use GSWP3 climate data, how do I set this up?

My issue
This discussion has been very helpful and I am able to create a single-point run using the instructions on Derecho. However, I am interested in creating a regional run and cannot produce the regional datm files.

Using the commands on Derecho:
conda activate ctsm_pylib
./subset_data region --lat1 $my_lat1 --lat2 $my_lat2 --lon1 $my_lon1 --lon2 $my_lon2 --create-surface --create-datm --create-user-mods --create-domain --create-mesh --outdir $my_output_dir

I expect this last command to create the surface data file, CLM domain file, mesh file, and datm files (for default GSWP3 years 1901 to 2014) for my region of interest using default_data_2000.cfg. After I run that line, there is no error produced and I get all files except for the datm files ($my_output_dir/datmdata is empty). Could this be an error in my use of ./subset_data region?

@olyson
Copy link
Contributor

olyson commented Dec 4, 2024

I wonder if it has something to do with this recently posted bug?

#2890

@olyson
Copy link
Contributor

olyson commented Dec 4, 2024

Although I think it should still produce datm files. The bug appears when you use ./preview_namelists.

@olyson
Copy link
Contributor

olyson commented Dec 4, 2024

Ok, it is due to this bug, which I posted some time ago but forgot about :)

#2110

Hasn't been fixed. I think you can still run your case using the global datm files.

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

2 participants