forked from ufs-community/ufs-weather-model
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'ufs-community:develop' into RT_bmark_gefs
- Loading branch information
Showing
32 changed files
with
3,281 additions
and
2,397 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
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
Submodule CMEPS
updated
2 files
+8 −0 | ufs/ccpp/data/MED_typedefs.F90 | |
+20 −0 | ufs/ccpp/data/MED_typedefs.meta |
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
Submodule FV3
updated
6 files
+75 −0 | atmos_model.F90 | |
+29 −6 | ccpp/data/GFS_typedefs.F90 | |
+41 −5 | ccpp/data/GFS_typedefs.meta | |
+13 −0 | ccpp/driver/GFS_diagnostics.F90 | |
+1 −1 | ccpp/physics | |
+9 −3 | cpl/module_cplfields.F90 |
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
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
Submodule fire_behavior
added at
05cad1
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
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,12 @@ | ||
rm -rf INPUT RESTART | ||
mkdir INPUT RESTART | ||
|
||
rsync -arv @[INPUTDATA_ROOT]/FIRE_BEHAVIOR_input_data/@[FIRE_NAME]/. . | ||
rsync -arv @[INPUTDATA_ROOT]/FV3_fire_input_data/@[FIRE_NAME]/. . | ||
|
||
rsync -arv @[INPUTDATA_ROOT]/FV3_regional_input_data/. . | ||
rsync -arv @[INPUTDATA_ROOT]/FV3_fix . | ||
ln -sf FV3_fix/* . | ||
ln -sf FV3_fix/fix_co2_proj/* . | ||
|
||
touch data_table |
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
Oops, something went wrong.