Skip to content

Commit

Permalink
[production/RRFS.v1] To compile the model with new fms/2024.01 & RUC …
Browse files Browse the repository at this point in the history
…LSM deep soil temperature (#852)

* to compile the model with new fms/2024.01

* Update the RUC LSM deep soil temperature from climatology to real foreast.
  • Loading branch information
haiqinli authored and grantfirl committed Dec 5, 2024
1 parent b769849 commit cf9ce69
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@
branch = main
[submodule "ccpp/physics"]
path = ccpp/physics
url = https://github.com/ufs-community/ccpp-physics
branch = ufs/dev
#url = https://github.com/ufs-community/ccpp-physics
#branch = ufs/dev
url = https://github.com/grantfirl/ccpp-physics
branch = rrfsv1-to-ufs/dev7
[submodule "upp"]
path = upp
url = https://github.com/NOAA-EMC/UPP
Expand Down
4 changes: 2 additions & 2 deletions atmos_model.F90
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ module atmos_model_mod
use mpp_mod, only: mpp_get_current_pelist_name
use mpp_mod, only: input_nml_file
use fms2_io_mod, only: file_exists
use fms_mod, only: close_file, write_version_number, stdlog, stdout
use fms_mod, only: write_version_number, stdlog, stdout
use fms_mod, only: clock_flag_default
use fms_mod, only: check_nml_error
use diag_manager_mod, only: diag_send_complete_instant
Expand Down Expand Up @@ -831,7 +831,7 @@ subroutine atmos_model_init (Atmos, Time_init, Time, Time_step)
if (mpp_pe() == mpp_root_pe()) then
unit = stdlog( )
write (unit, nml=atmos_model_nml)
call close_file (unit)
close (unit)
endif

!--- set up clock time
Expand Down

0 comments on commit cf9ce69

Please sign in to comment.