Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Modify files in ufs-weather-model-flake/FV3/gfsphysics/GFS_layer/
GFS_typedefs.F90
GFS_typedefs.meta
Note: Added two variables: lakedepth and LKM (logical)
Modify file in ufs-weather-model-flake/FV3/io/
FV3GFS_io.F90
Note: read in lake depth, and reset lakefraction and lakedepth to 0 when LKM is not one
Modify files in ufs-weather-model-flake/FV3/ccpp/physics/physics/
Added threes:
flake_driv.F90
flake_driv.meta
flake.F90*
Modified:
GFS_time_vary_pre.fv3.F90
Note: Flake need julian day
3.3 Modified:
GFS_surface_composites.F90
GFS_surface_composites.meta
Note: add lake depth, and define the logical variable lake based on lakefraction and lakedepth
Then, the logical variable lake is passed to flake drive and sfc_ocean.
When lake is true, flake will be called; when lake is false, ocean model will be called
3.4 Modified
sfc_ocean.F
sfc_ocean.meta
Note: add lake, if not lake, calculation will be conducted.
Modify files in ufs-weather-model-flake/FV3/ccpp/suites/
suite_FV3_GFS_v16beta_flake.xml
Modify files in mylakedir/sorc/orog.fd
lakefrac.F90 to create lake fraction and depth and add them to oro_data_tilex.nc
Replace oro_data_tilex.nc files on hera: /scratch2/NCEPDEV/fv3-cam/Yihua.Wu/noscrub/trunk-20200611 which provide model inputs.
A new baseline was created on hera: /scratch2/NCEPDEV/fv3-cam/Yihua.Wu/noscrub/REGRESSION_TEST_INTEL