-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
created the templates folder for the pahm control files
- Loading branch information
1 parent
592b360
commit 3635272
Showing
10 changed files
with
373 additions
and
366 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
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 @@ | ||
,takis,takis.tartan.org,10.04.2022 15:27,file:///home/takis/.config/libreoffice/4; |
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,29 @@ | ||
# `nems.configure` generated with NEMSpy unknown | ||
# EARTH # | ||
EARTH_component_list: ATM OCN | ||
EARTH_attributes:: | ||
Verbosity = off | ||
:: | ||
|
||
# ATM # | ||
ATM_model: pahm (or atmesh) | ||
ATM_petlist_bounds: 0 0 | ||
ATM_attributes:: | ||
Verbosity = off | ||
:: | ||
|
||
# OCN # | ||
OCN_model: adcirc | ||
OCN_petlist_bounds: 1 513 | ||
OCN_attributes:: | ||
Verbosity = off | ||
:: | ||
|
||
# Run Sequence # | ||
runSeq:: | ||
@3600 | ||
ATM -> OCN :remapMethod=redist | ||
ATM | ||
OCN | ||
@ | ||
:: |
Oops, something went wrong.