forked from ufs-community/ufs-s2s-model
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FV3 is updated to include the following: * fv3atm issue ufs-community#37: fix the real(8) lat/lon in netcdf file * fv3atm ufs-community#35: Reducing background vertical diffusivities in the inversion layers * fv3atm ufs-community#24: bug in gfsphysics/physics/moninedmf_hafs.f * fv3atm ufs-community#18: Optimize netcdf write component and bugfix for post and samfdeepcnv.f * set (0-1) bounds for ficein_cpl * remove cache_size due to lower netcdf verion 4.5.1 on mars * Change ice falling to 0.9 in gfsphysics/physics/gfdl_cloud_microphys.F90 NEMS is updated to remove ice-ocean merge in prep_atm: * The following fields are now exported to FV3 as ice-only fields: mean_sensi_heat_flx mean_laten_heat_flx mean_up_lw_flx mean_evap_rate mean_zonal_moment_flx mean_merid_moment_flx MOM6 is updated to GFDL's 20200108 dev/master: * MOM6 adds field in MOM.res_1.nc (kg_m3_to_R). All other files are reproducible with previous baseline
- Loading branch information
1 parent
cb186b6
commit 85197b7
Showing
8 changed files
with
1,019 additions
and
1,016 deletions.
There are no files selected for viewing
Submodule FV3
updated
18 files
+2 −0 | .gitmodules | |
+1 −1 | atmos_model.F90 | |
+1 −1 | ccpp/framework | |
+1 −1 | ccpp/physics | |
+1 −1 | gfsphysics/physics/gfdl_cloud_microphys.F90 | |
+0 −0 | gfsphysics/physics/module_sf_noahmp_glacier.f90 | |
+0 −0 | gfsphysics/physics/module_sf_noahmplsm.f90 | |
+0 −0 | gfsphysics/physics/module_wrf_utl.f90 | |
+5 −1 | gfsphysics/physics/moninedmf_hafs.f | |
+0 −0 | gfsphysics/physics/noahmp_tables.f90 | |
+14 −14 | gfsphysics/physics/samfdeepcnv.f | |
+7 −4 | gfsphysics/physics/satmedmfvdifq.f | |
+0 −0 | gfsphysics/physics/sfc_noahmp_drv.f | |
+1 −1 | io/FV3GFS_io.F90 | |
+1 −1 | io/module_write_nemsio.F90 | |
+61 −54 | io/module_write_netcdf.F90 | |
+42 −22 | io/module_wrt_grid_comp.F90 | |
+11 −3 | io/post_gfs.F90 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1,949 changes: 974 additions & 975 deletions
1,949
log/report-hera.intel-log/build_fv3_mom6_cice.exe.log
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters