forked from ESCOMP/CTSM
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
246b357
commit 40e3382
Showing
7 changed files
with
14 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
#!/usr/bin/env python | ||
import sys | ||
import os | ||
sys.path.insert(0,os.path.abspath(os.path.join(os.path.dirname(__file__),"..",".lib","git-fleximod"))) | ||
from git_fleximod.git_fleximod import main | ||
|
||
if __name__ == '__main__': | ||
sys.exit(main()) |
Submodule ccs_config
updated
48 files
Submodule cdeps
updated
10 files
+0 −4 | .gitignore | |
+14 −0 | .gitmodules | |
+1 −1 | docn/cime_config/config_component.xml | |
+1 −1 | drof/cime_config/config_component.xml | |
+1 −0 | fox | |
+1 −0 | share/CMakeLists.txt | |
+1 −0 | share/genf90 | |
+1,048 −0 | share/shr_file_mod.F90 | |
+35 −21 | streams/dshr_strdata_mod.F90 | |
+41 −9 | streams/dshr_stream_mod.F90 |
Submodule cmeps
updated
25 files
+8 −8 | .github/workflows/extbuild.yml | |
+13 −3 | .github/workflows/srt.yml | |
+27 −4 | cesm/flux_atmocn/shr_flux_mod.F90 | |
+9 −1 | cime_config/buildnml | |
+0 −26 | cime_config/config_component.xml | |
+13 −18 | cime_config/namelist_definition_drv.xml | |
+53 −53 | cime_config/testdefs/testlist_drv.xml | |
+4 −4 | doc/source/addendum/req_attributes.rst | |
+19 −19 | doc/source/esmflds.rst | |
+1 −1 | doc/source/generic.rst | |
+66 −66 | doc/source/introduction.rst | |
+9 −10 | doc/source/prep.rst | |
+1 −1 | mediator/CMakeLists.txt | |
+1 −1 | mediator/ESMFConvenienceMacros.h | |
+1 −2 | mediator/ESMFVersionDefine.h | |
+2 −2 | mediator/Makefile | |
+20 −0 | mediator/esmFldsExchange_cesm_mod.F90 | |
+9 −9 | mediator/esmFldsExchange_ufs_mod.F90 | |
+4 −0 | mediator/fd_cesm.yaml | |
+5 −5 | mediator/med.F90 | |
+3 −3 | mediator/med_fraction_mod.F90 | |
+2 −2 | mediator/med_internalstate_mod.F90 | |
+2 −2 | mediator/med_map_mod.F90 | |
+28 −8 | mediator/med_phases_aofluxes_mod.F90 | |
+1 −2 | mediator/med_phases_prep_atm_mod.F90 |