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

IAU changes dry mass #59

Closed
jswhit2 opened this issue Feb 6, 2020 · 3 comments
Closed

IAU changes dry mass #59

jswhit2 opened this issue Feb 6, 2020 · 3 comments

Comments

@jswhit2
Copy link
Collaborator

jswhit2 commented Feb 6, 2020

to fix this, implement fixer from GMAO (https://onlinelibrary.wiley.com/doi/full/10.1111/j.1600-0870.2007.00299.x).

NOAA-EMC/GFDL_atmos_cubed_sphere#14
#58

code from GEOS5 provided by @aerorahul

@jswhit
Copy link
Contributor

jswhit commented Feb 7, 2020

This is ready to go now. To test, set iau_drymassfixer=T in &gfs_physics_nml.

Grepping 'mean dry' in the model stdout shows that with iau_drymassfixer=F (the default)

 mean dry surface pressure =    983.0064
 mean dry surface pressure =    983.0065
 mean dry surface pressure =    983.0050
 mean dry surface pressure =    983.0049

and with iau_drymassfixer=T (64 bit executable)

 mean dry surface pressure =    983.0064
 mean dry surface pressure =    983.0064
 mean dry surface pressure =    983.0062
 mean dry surface pressure =    983.0062

[edited to replace results with 64 bit executable with results using a 32 bit executable]

@jswhit2
Copy link
Collaborator Author

jswhit2 commented Feb 7, 2020

https://github.com/jswhit2/ufs-weather-model (branch iau_drymassfixer) has .gitmodules updated to point to the necessary GFDL_atmos_cubed_sphere and fv3atm forks and branches.

@jswhit2
Copy link
Collaborator Author

jswhit2 commented Feb 19, 2020

@jswhit2 jswhit2 closed this as completed Feb 19, 2020
climbfuji pushed a commit to climbfuji/fv3atm that referenced this issue Apr 8, 2021
…rt-gbbepx

SPPT and CA perturbations of SO2 emissions + 2 regtests
LarissaReames-NOAA pushed a commit to LarissaReames-NOAA/fv3atm that referenced this issue Nov 17, 2023
* updating doxygen documentation as requested from EMC for UFS MRW release of version 1.1

* updated documentation for ufs v1.1 specifically: updated d2_bg_k2 description per Jeff Whitaker, and removed sections A.2, A.8, and A.9 from the documentation Parameters List.

* Further updates to ufs documentation

* removing version number form Doxyfile

Co-authored-by: bensonr <[email protected]>
LarissaReames-NOAA pushed a commit to LarissaReames-NOAA/fv3atm that referenced this issue Nov 17, 2023
* Update code to use 'constantsR4_mod' module (NOAA-EMC#59)

* update tools/fv_nudge.F90
* modify the following files to use 'constantsR4_mod' module:
driver/fvGFS/atmosphere.F90
driver/fvGFS/fv_nggps_diag.F90
model/fv_dynamics.F90
model/fv_nesting.F90
model/fv_update_phys.F90
model/nh_core.F90
model/nh_utils.F90
tools/coarse_grained_diagnostics.F90
tools/external_ic.F90
tools/fv_diagnostics.F90
tools/fv_nudge.F90
tools/fv_restart.F90
tools/test_cases.F90

* revise external_ic.F90 and fv_nudge.F90 to use allocatable arrays
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