Per Bill Putman, the mapz code of fvdycore has been substantially reworked and will require a re-port.
A quick glance at code diff yields:
sat_adj2 is entirely different
- Implement the
remap_te option (this can clash with existing code). Including the new map1_cubic
- Implement the
remap_t option (this can clash with existing code)
- The MULTI_GASES option is out
- Some
moist_cv "cases" are removed in GEOS
Strategy should be to diff the original port (https://github.com/ai2cm/fv3gfs-fortran) with the current code to get a sense. Then use serialbox to generate or re-generate the translate tests.
Note: feel free to break this further into G1.7.X
Parent: GEOS-ESM/SMT-Nebulae#55
Per Bill Putman, the mapz code of fvdycore has been substantially reworked and will require a re-port.
A quick glance at code diff yields:
sat_adj2is entirely differentremap_teoption (this can clash with existing code). Including the newmap1_cubicremap_toption (this can clash with existing code)moist_cv"cases" are removed in GEOSStrategy should be to diff the original port (https://github.com/ai2cm/fv3gfs-fortran) with the current code to get a sense. Then use
serialboxto generate or re-generate the translate tests.Note: feel free to break this further into G1.7.X
Parent: GEOS-ESM/SMT-Nebulae#55