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

Merge latest RUC LSM into community develop and add new soil/veg data #633

Merged
merged 26 commits into from
Mar 31, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
8ce2bd6
Update .gitmodules and submodule pointers for ccpp/physics
tanyasmirnova Mar 8, 2023
dd72eb1
Merged RRFS_dev changes needed for changes in the CCPP.
tanyasmirnova Mar 8, 2023
b306ab6
Update .gitmodules and submodule pointers for ccpp/physics for code r…
tanyasmirnova Mar 8, 2023
bc90131
Based on comments from reviewers, restored time-averaging of
tanyasmirnova Mar 9, 2023
3c6d491
bug fix from @tanyasmirnova for rrfs crashes during restart
SamuelTrahanNOAA Mar 17, 2023
928bcd5
Added allocation of rhonewsnow1 array.
tanyasmirnova Mar 19, 2023
41aedc9
Merged in the bug fix in writeing a RESTART that was crashing RRFS
tanyasmirnova Mar 19, 2023
34cdafc
Bug fix for NSST input
tanyasmirnova Mar 21, 2023
617172c
Merge latest changes to RUC LSM.
tanyasmirnova Mar 22, 2023
1053b88
Changes in GFS_debug.F90 and RUC LSM to address reviewers' comments.
tanyasmirnova Mar 22, 2023
0586d54
Moved internal RUC LSM options to the namelist options.
tanyasmirnova Mar 23, 2023
42dca1f
urface_snow_amount_vardens_over_land is changed to surface_snow_amoun…
tanyasmirnova Mar 23, 2023
37be8d4
point to top of ufsdev_ruclsm for ccpp/physics
tanyasmirnova Mar 24, 2023
ca72bf6
incorrect character lengths in two calls
SamuelTrahanNOAA Mar 24, 2023
40744c4
update from upstream develop
SamuelTrahanNOAA Mar 24, 2023
52eea84
merge rrfs restart PR
SamuelTrahanNOAA Mar 24, 2023
aa5e7ea
update submodule pointer for ccpp-physics
joeolson42 Mar 24, 2023
eacbeeb
changes from @tanyasmirnova to match baselines of non-ruc-lsm suites
SamuelTrahanNOAA Mar 27, 2023
29ea707
update submodule pointer for ccpp-physics
joeolson42 Mar 27, 2023
e8207b7
Reverted changes to the default values of ivegsrc and isot.
tanyasmirnova Mar 27, 2023
4bab665
merge upstream develop
SamuelTrahanNOAA Mar 28, 2023
526c2fc
Merge commit '4bab665' into ufsdev_ruclsm
SamuelTrahanNOAA Mar 28, 2023
d3c7e26
merge joe/mynnsfc_24March
SamuelTrahanNOAA Mar 29, 2023
283151b
thread needs private copy of `num`
SamuelTrahanNOAA Mar 29, 2023
5b970dd
point to ufs/dev ccpp-physics
SamuelTrahanNOAA Mar 31, 2023
285b52a
point to ufs/dev ccpp-physics
SamuelTrahanNOAA Mar 31, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 0 additions & 28 deletions ccpp/data/CCPP_typedefs.meta
Original file line number Diff line number Diff line change
Expand Up @@ -739,20 +739,6 @@
dimensions = (horizontal_loop_extent)
type = real
kind = kind_phys
[evbs]
standard_name = soil_upward_latent_heat_flux
long_name = soil upward latent heat flux
units = W m-2
dimensions = (horizontal_loop_extent)
type = real
kind = kind_phys
[evcw]
standard_name = canopy_upward_latent_heat_flux
long_name = canopy upward latent heat flux
units = W m-2
dimensions = (horizontal_loop_extent)
type = real
kind = kind_phys
[pah]
standard_name = total_precipitation_advected_heat
long_name = precipitation advected heat - total
Expand Down Expand Up @@ -1900,13 +1886,6 @@
dimensions = (horizontal_loop_extent,vertical_layer_dimension)
type = real
kind = kind_phys
[sbsno]
standard_name = snow_deposition_sublimation_upward_latent_heat_flux
long_name = latent heat flux from snow depo/subl
units = W m-2
dimensions = (horizontal_loop_extent)
type = real
kind = kind_phys
[scmpsw]
standard_name = components_of_surface_downward_shortwave_fluxes
long_name = derived type for special components of surface downward shortwave fluxes
Expand Down Expand Up @@ -2107,13 +2086,6 @@
units = flag
dimensions = ()
type = logical
[trans]
standard_name = transpiration_flux
long_name = total plant transpiration rate
units = W m-2
dimensions = (horizontal_loop_extent)
type = real
kind = kind_phys
[tseal]
standard_name = surface_skin_temperature_for_nsst
long_name = ocean surface skin temperature
Expand Down
Loading