-
Notifications
You must be signed in to change notification settings - Fork 435
New grids with ne256pg2 atm and supportng files #7408
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
Conversation
3015ebd
to
9bf394e
Compare
Why is this labeled "Do not merge" ? |
Put it up for testing with EAMv3 and discussion. There are still runtime issues being debugged on. |
Then lets convert this to draft. |
Supposed to show "Convert to draft" link just below the |
Thanks, Rob. Just realized you already converted it. |
@wlin7 -- the following files have permissions set to -rw-rwSr--
But otherwise I verified that all new files are in the inputdata repo and either 64-bit offset or classic |
@wlin7 -- I pushed a commit adding lnd<=>rof mapping files required for the ne256pg2_RRSwISC6to18E3r5 configuration. You had already made the files, so they just needed to be specified in config_grids |
Thanks for the careful checks, @jonbob. The group permission bit for the map files have been reset. The missing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Verified the missing file is now available and permissions are correct. Approved based on testing and visual inspection
New grids with ne256pg2 atm and supporting files This PR adding the following grids with ne256pg2 atm and RRSwISC6to18E3r5 mpas meshes: * ne256pg2_r025_RRSwISC6to18E3r5 * ne256pg2_r0125_RRSwISC6to18E3r5 * ne256pg2_RRSwISC6to18E3r5 Default topo for ne256pg2 is replaced. A new ncdata for L80 ne256pg2 is also specified. [BFB] for all currently tested configurations
merged to next |
merged to master |
This PR adding the following grids with ne256pg2 atm and RRSwISC6to18E3r5 mpas meshes
Default topo for ne256pg2 is replaced. A new ncdata for L80 ne256pg2 is also specified.
[NML]
[BFB] for all currently tested configurations
F2010
compset andne256pg2_r025_RRSwISC6to18E3r5
domain.lnd.r025_RRSwISC6to18E3r5.250216.nc
elmi.CNPRDCTCBCTOP.ne120pg2_r025_RRSwISC6to18E3r5.1985.nc
not yet made default forfinidat
Remaining issue and a tentative workaround
eps_fracval=1e-2
(minval < -1e-2
ormaxval > 1.01
), examples (print out of both minval and maxval where epslos were hit:1.01150894379774
-1.304605429039385E-002
1.00031458099706-2.081773763604969E-002
1.000000000000271.02282679018699
The tentative workaround to allow EAMv3 ne256 testbed effort to proceed:
eps_fracval = 3.0e-02
indriver-mct/main/seq_frac_mct.F90
./xmlchange EPS_FRAC=3E-2
does not take effectWith updated map_RRSwISC6to18E3r5_to_ne256pg2_traave.20250618.nc (via 86d001e), no more exceeding eps_fracval of 1e-02.