Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion CDEPS-interface/CDEPS
Submodule CDEPS updated 53 files
+71 −0 .github/actions/buildesmf/action.yml
+35 −0 .github/actions/buildnetcdff/action.yml
+78 −0 .github/actions/buildpio/action.yml
+30 −0 .github/actions/buildpnetcdf/action.yml
+1 −1 .github/workflows/bumpversion.yml
+72 −88 .github/workflows/extbuild.yml
+19 −13 CMakeLists.txt
+1 −1 README.md
+92 −46 cime_config/buildlib
+0 −3 datm/CMakeLists.txt
+70 −26 datm/atm_comp_nuopc.F90
+13 −9 datm/datm_datamode_cfsr_mod.F90
+19 −9 datm/datm_datamode_clmncep_mod.F90
+2 −2 datm/datm_datamode_cplhist_mod.F90
+15 −10 datm/datm_datamode_era5_mod.F90
+16 −10 datm/datm_datamode_gefs_mod.F90
+11 −8 datm/datm_datamode_gfs_mod.F90
+0 −3 dice/CMakeLists.txt
+38 −14 dice/ice_comp_nuopc.F90
+0 −3 dlnd/CMakeLists.txt
+27 −13 dlnd/lnd_comp_nuopc.F90
+51 −41 doc/source/conf.py
+48 −27 doc/source/datm.rst
+154 −54 doc/source/design_details.rst
+57 −0 doc/source/dice.rst
+58 −0 doc/source/dlnd.rst
+116 −0 doc/source/docn.rst
+115 −0 doc/source/drof.rst
+61 −0 doc/source/dwav.rst
+273 −0 doc/source/extending.rst
+7 −1 doc/source/index.rst
+25 −17 doc/source/introduction.rst
+259 −127 doc/source/streams.rst
+0 −3 docn/CMakeLists.txt
+35 −12 docn/ocn_comp_nuopc.F90
+0 −3 drof/CMakeLists.txt
+27 −13 drof/rof_comp_nuopc.F90
+1 −2 dshr/CMakeLists.txt
+11 −9 dshr/dshr_dfield_mod.F90
+60 −42 dshr/dshr_mod.F90
+0 −3 dwav/CMakeLists.txt
+26 −12 dwav/wav_comp_nuopc.F90
+0 −1 share/CMakeLists.txt
+5 −11 share/shr_abort_mod.F90
+4 −3 share/shr_assert_mod.F90.in
+0 −1 share/shr_infnan_mod.F90.in
+40 −24 share/shr_log_mod.F90
+0 −2,217 share/shr_mpi_mod.F90
+15 −12 share/shr_orb_mod.F90
+1 −1 streams/CMakeLists.txt
+2 −2 streams/dshr_methods_mod.F90
+41 −29 streams/dshr_strdata_mod.F90
+10 −3 streams/dshr_stream_mod.F90
1 change: 0 additions & 1 deletion CDEPS-interface/cdeps_files.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ list(APPEND cdeps_share_files
CDEPS/share/shr_const_mod.F90
CDEPS/share/shr_kind_mod.F90
CDEPS/share/shr_log_mod.F90
CDEPS/share/shr_mpi_mod.F90
CDEPS/share/shr_orb_mod.F90
CDEPS/share/shr_precip_mod.F90
CDEPS/share/shr_strconvert_mod.F90
Expand Down
2 changes: 1 addition & 1 deletion FV3
Submodule FV3 updated 1 files
+1 −1 ccpp/physics
Loading