-
Notifications
You must be signed in to change notification settings - Fork 247
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'Rahul/feature/ufs-threading' into featu…
…re/nowarn
- Loading branch information
Showing
11 changed files
with
116 additions
and
13 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
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,27 @@ | ||
############################################# | ||
#### UFS Run-Time Configuration File ###### | ||
############################################# | ||
|
||
# ESMF # | ||
logKindFlag: @[esmf_logkind] | ||
globalResourceControl: true | ||
|
||
# EARTH # | ||
EARTH_component_list: ATM | ||
EARTH_attributes:: | ||
Verbosity = 0 | ||
:: | ||
|
||
# ATM # | ||
ATM_model: @[atm_model] | ||
ATM_petlist_bounds: @[atm_petlist_bounds] | ||
ATM_omp_num_threads: @[atm_omp_num_threads] | ||
ATM_attributes:: | ||
Verbosity = 0 | ||
Diagnostic = 0 | ||
:: | ||
|
||
# Run Sequence # | ||
runSeq:: | ||
ATM | ||
:: |
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,40 @@ | ||
############################################# | ||
#### UFS Run-Time Configuration File ###### | ||
############################################# | ||
|
||
# ESMF # | ||
logKindFlag: @[esmf_logkind] | ||
globalResourceControl: true | ||
|
||
# EARTH # | ||
EARTH_component_list: ATM CHM | ||
EARTH_attributes:: | ||
Verbosity = 0 | ||
:: | ||
|
||
# ATM # | ||
ATM_model: @[atm_model] | ||
ATM_petlist_bounds: @[atm_petlist_bounds] | ||
ATM_omp_num_threads: @[atm_omp_num_threads] | ||
ATM_attributes:: | ||
Verbosity = 0 | ||
:: | ||
|
||
# CHM # | ||
CHM_model: @[chm_model] | ||
CHM_petlist_bounds: @[chm_petlist_bounds] | ||
CHM_omp_num_threads: @[chm_omp_num_threads] | ||
CHM_attributes:: | ||
Verbosity = 0 | ||
:: | ||
|
||
# Run Sequence # | ||
runSeq:: | ||
@@[coupling_interval_sec] | ||
ATM phase1 | ||
ATM -> CHM | ||
CHM | ||
CHM -> ATM | ||
ATM phase2 | ||
@ | ||
:: |
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,41 @@ | ||
############################################# | ||
#### UFS Run-Time Configuration File ###### | ||
############################################# | ||
|
||
# ESMF # | ||
logKindFlag: @[esmf_logkind] | ||
globalResourceControl: true | ||
|
||
# EARTH # | ||
EARTH_component_list: ATM WAV | ||
EARTH_attributes:: | ||
Verbosity = 0 | ||
:: | ||
|
||
# ATM # | ||
ATM_model: @[atm_model] | ||
ATM_petlist_bounds: @[atm_petlist_bounds] | ||
ATM_omp_num_threads: @[atm_omp_num_threads] | ||
ATM_attributes:: | ||
Verbosity = 0 | ||
DumpFields = @[DumpFields] | ||
:: | ||
|
||
# WAV # | ||
WAV_model: @[wav_model] | ||
WAV_petlist_bounds: @[wav_petlist_bounds] | ||
WAV_omp_num_threads: @[wav_omp_num_threads] | ||
WAV_attributes:: | ||
Verbosity = 0 | ||
:: | ||
|
||
|
||
|
||
# Run Sequence # | ||
runSeq:: | ||
@@[coupling_interval_sec] | ||
ATM | ||
ATM -> WAV | ||
WAV | ||
@ | ||
:: |
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
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