Skip to content
Merged
Changes from all commits
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
a3dda6b
eomg and eobs share the same resources, make them so
aerorahul Jun 1, 2022
8e6edf8
wip on setup_workflow refactor
aerorahul Jun 1, 2022
c7e41bd
commit before flight
aerorahul Jun 10, 2022
375c8cc
create tasks with proper resources
aerorahul Jun 14, 2022
7567d40
creates XML
aerorahul Jun 15, 2022
98ca3f1
Restore setup_workflow.py and setup_workflow_fcstonly.py to `develop`…
aerorahul Jun 15, 2022
d9e7b72
revert task_tasks saldfhjsafads
aerorahul Jun 15, 2022
a17eea1
front-end for RocotoXML generation
aerorahul Jun 15, 2022
f09e845
All "modes" produce an XML.
aerorahul Jun 16, 2022
601bc65
Update `setup_expt.py` to use `hosts.py`
aerorahul Jun 16, 2022
2a685ed
pull out host specific info out of python code and into yamls.
aerorahul Jun 17, 2022
62c5394
workflow_utils.py is no longer needed.
aerorahul Jun 17, 2022
ec5e79c
remove `first` and `enkf` `cycledefs`.
aerorahul Jun 22, 2022
bd5a70f
correct order of the tasks for cycled and forecast-only configurations.
aerorahul Jun 28, 2022
f5e42c1
address reviewer comments.
aerorahul Jun 30, 2022
6b1fbe6
Use `pprint` in configuration.py.
aerorahul Jul 1, 2022
81cb5f5
Reviewer comments addressed.
aerorahul Jul 1, 2022
2cd0cb0
Merge branch 'develop' into feature/setup-workflow
aerorahul Jul 1, 2022
4551f85
Remove "Orion" fake and hard-coded path.
aerorahul Jul 1, 2022
d4a4c5e
validate user provided host with detected host.
aerorahul Jul 1, 2022
def8b76
stray mark and method to detect host
aerorahul Jul 7, 2022
82cab3f
Merge branch 'develop' into feature/setup-workflow
aerorahul Jul 11, 2022
d86b1f5
change perms on py scripts
aerorahul Jul 11, 2022
1a2cf0f
add aerosol coupled app
aerorahul Jul 11, 2022
3333e7a
envars were somehow updated past postenvars.
aerorahul Jul 11, 2022
d4be7f7
fix eamn grp variable in metatask.
aerorahul Jul 12, 2022
a7bc67d
update fcst_forecast_only and aerosol_init dependencies
aerorahul Jul 15, 2022
58b0aa6
Fix do_ocean variable logical in the applications.py
aerorahul Jul 15, 2022
ca88c5f
add `sfcanl` task.
aerorahul Jul 15, 2022
d91f963
fix type mismatch and over-indented block.
aerorahul Jul 15, 2022
cfd8f48
remove obsolete fv3gfs_workflow.sh
aerorahul Jul 15, 2022
90f45ce
Merge branch 'develop' into feature/setup-workflow
aerorahul Jul 15, 2022
07e8da0
move DOBNDPNT_WAVE toggle to config.base
aerorahul Jul 15, 2022
50ab300
wavebndpnt toggle has changed in config.base. Handle that.
aerorahul Jul 15, 2022
6fcd71e
move a section in applications constructor where it makes sense.
aerorahul Jul 15, 2022
e5697ff
update forecast only tasks after do_wave_bnd change.
aerorahul Jul 15, 2022
b3993d8
fix forecast only dependencies for fcst task.
aerorahul Jul 15, 2022
9ef325b
remove waveprep in forecast-only applicaiton. verify later.
aerorahul Jul 15, 2022
e7b8e75
yaml turns YES/NO into True/False unless they are put in '' e.g. 'YES…
aerorahul Jul 16, 2022
cfe1efb
Merge branch 'develop' into feature/setup-workflow
aerorahul Jul 16, 2022
892bbe9
postanl dependency is never going to get satisfied with loganl
aerorahul Jul 16, 2022
bdd6477
C48 timestep of 1200 is too big for some members. cut it down to 450…
aerorahul Jul 16, 2022
703d09e
eobs timed out with 15 mins on Orion. increase time
aerorahul Jul 16, 2022
89ff9c3
add ROTDIR back as an envar set in xml for post.sh
aerorahul Jul 17, 2022
252062b
update GSI-utils hash to include bugfix for processing surface ensemb…
aerorahul Jul 18, 2022
20e2881
Merge branch 'develop' into bugfix/getsfcensmeanp_cldfra
aerorahul Jul 18, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sorc/checkout.sh
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ mkdir -p ${logdir}
errs=0
checkout "ufs_model.fd" "https://github.com/ufs-community/ufs-weather-model" "${ufs_model_hash:-b97375c}" ; errs=$((errs + $?))
checkout "gsi_enkf.fd" "https://github.com/NOAA-EMC/GSI.git" "67f5ab4" ; errs=$((errs + $?))
checkout "gsi_utils.fd" "https://github.com/NOAA-EMC/GSI-Utils.git" "e0dc960" ; errs=$((errs + $?))
checkout "gsi_utils.fd" "https://github.com/NOAA-EMC/GSI-Utils.git" "322cc7b" ; errs=$((errs + $?))
checkout "gsi_monitor.fd" "https://github.com/NOAA-EMC/GSI-Monitor.git" "acf8870" ; errs=$((errs + $?))
checkout "gldas.fd" "https://github.com/NOAA-EMC/GLDAS.git" "fd8ba62" ; errs=$((errs + $?))
checkout "ufs_utils.fd" "https://github.com/ufs-community/UFS_UTILS.git" "a2b0817" ; errs=$((errs + $?))
Expand Down