Skip to content

Commit

Permalink
Update CDEPS component; update documentation FAQ about setting resour…
Browse files Browse the repository at this point in the history
…ces and turning off output; update FAQ documentation (was 1608); update drag suite intent mods (was 1612) (ufs-community#1597)

* update cdeps

* use fv3atm from PR 1612

* Changed UGWP diagnostic variable declaration intents from out to inout

* Docs/faqupdate (NCAR#8)

Co-authored-by: Denise Worthen <denise.worthen@noaa.gov>
Co-authored-by: jkbk2004 <jong.kim@noaa.gov>
Co-authored-by: Brian Curtis <brian.curtis@noaa.gov>
  • Loading branch information
4 people authored Feb 22, 2023
1 parent 74ec1da commit a863389
Show file tree
Hide file tree
Showing 13 changed files with 7,666 additions and 5,949 deletions.
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

0 comments on commit a863389

Please sign in to comment.