Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
1a444c5
bug fix, POSTGRB2TBL undefined
Mar 4, 2020
57b0362
clean up unused schema
Mar 6, 2020
2068e43
move all default values into /defaults from /schema
Mar 6, 2020
1187453
Merge remote-tracking branch 'origin/bugfix/coupled-crow' into ccpp-s…
Mar 9, 2020
8845076
model_configure_DATM
Mar 9, 2020
32f5b29
merge in the latest revision from IPD work
Mar 9, 2020
a7fa12d
Merge remote-tracking branch 'origin/feature/coupled-crow' into ccpp-…
Mar 9, 2020
c21ecc8
add stoch variables to config.fcst
Mar 9, 2020
b8b757b
capital case CDUMP values in config.fv3
Mar 10, 2020
318d608
stochy variable namelist update,
Mar 11, 2020
668182b
OCNTIM and ICETIM are included in config.fv3
Mar 13, 2020
3c76868
stochastic variables update
Mar 27, 2020
9b660f3
delete falseful copy after namelist and model_configure parsing
Mar 30, 2020
0b9c792
update on sandbox platform, for FIX_SCRUB settings
Mar 31, 2020
ab91e83
Merge remote-tracking branch 'main/feature/coupled-crow' into ccpp-sc…
Mar 31, 2020
ef11740
Merge branch 'feature/coupled-crow' into ccpp-scripts
Apr 2, 2020
a23e7d0
turn off stochastic features in case file
Apr 2, 2020
244bac0
configuration update for CCPP scripts
Apr 6, 2020
56d0bf8
Merge branch 'ccpp-scripts' of https://github.com/JianKuang-NOAA/glob…
Apr 6, 2020
3fce0f5
generalize fix file directory for imp_physics 8
Apr 7, 2020
fdb2595
reiflag default value changed to 1
Apr 8, 2020
5035f69
port to Orion
Apr 17, 2020
ed9296a
remove HERA-like paths in platform.yaml of Orion
Apr 17, 2020
67b3bb2
Merge remote-tracking branch 'remotes/main/feature/coupled-crow' into…
Apr 20, 2020
a666161
checkout and External.cfg update
Apr 20, 2020
27d70f4
update checkout and External.cfg
Apr 20, 2020
3f26563
case file adjustment for Orion IC
Apr 22, 2020
17bc672
Merge remote-tracking branch 'main/feature/coupled-crow' into ccpp-sc…
May 22, 2020
f843588
expand gitignore
May 22, 2020
cf36a46
automate fix file linking, to this location:
May 27, 2020
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
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
__pycache__
exec/
fix/
fix/0readme
fix/fix_am
fix/fix_chem
Expand Down Expand Up @@ -162,3 +163,5 @@ util/sub_slurm
util/sub_wcoss_c
util/sub_wcoss_d
workflow/user.yaml
sorc/checkout-gldas.fd.log
sorc/gldas.fd/
2 changes: 2 additions & 0 deletions sorc/link_fv3gfs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ elif [ $target == "jet" ]; then
FIX_DIR="/lfs3/projects/hfv3gfs/glopara/git/fv3gfs/fix"
elif [ $target == "hera" ]; then
FIX_DIR="/scratch1/NCEPDEV/global/glopara/fix"
elif [ $target == "orion" ]; then
FIX_DIR="/work/noaa/marine/jmeixner/tempFixICdir/fix/fix_prep_benchmark3"
else
echo 'CRITICAL: links to fix files not set'
[[ $machine != orion ]] && exit 1
Expand Down