-
Notifications
You must be signed in to change notification settings - Fork 109
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
Create oro from scratch for coupled model #825
Comments
Instead of running the orog program twice (steps 2 and 8), could Shan's algorithm be incorporated as part of the orog code? |
Step 7 needs the step2 oro files as it takes the lake info from it first. Step 7 can change the land points. So it needs to be run twice. I believe @shansun6 can help address this ? |
I also see that |
The sfc_climo is run just once in this single step procedure. I have edited the start of this conversation to reflect this |
- Update the grid generation process to create grids for running the coupled atm/ocn model. - New program "ocean_merge" that determines the water mask by merging the lake mask with the mapped ocean mask from MOM6. - The orog program was modified to optionally read in an external land mask. Also, when setting the orography at land/water points, use land fraction to determine land/water points instead of land mask. - Updated link_fixdirs.sh to point to the 202310127 version of the 'orog' directory. Fixes #825
Aim is to create a single step procedure for atmosphere-land coupled grid generation that is well documented, easily reproducible. The procedure has the capability to generate combinations of ocean and atmospheric resolutions.
The multi step procedure to generate coupled grids are as follows. Steps 1- 5 are run as a single script and steps 6 - 9 are then run individually using custom scripts.*
*The new single step procedure calls the following in order using a single script
**Generate ocean mask using cpld_gridgen procedure in HERA
Check-out ufs-utils (and be sure to check out the ccpp submodule)
cd fix
./link_fixdirs.sh emc hera
cd ../reg_tests/cpld_gridgen
Edit the rt.conf and add the non-standard case(s) you want to generate
Note you need to keep/run the C384_025 case because the lower resolution cases
depend on it to generate the remapping weights used to create the CICE ICs and/
or do the Post jobs.
Edit rt.sh for proper accounts/partitions
Build and run the test using ./rt.sh -b >output 2>&1 &
Your results should be in /scratch1/NCEPDEV/stmp4/First.Last/CPLD_GRIDGEN/rt_#
The text was updated successfully, but these errors were encountered: