-
Notifications
You must be signed in to change notification settings - Fork 170
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PGBANL file not created on Hera using develop (as of Nov 17 2020) #201
Comments
The post000 job executes the UPP executable ncep_post. Other post jobs do not execute ncep_post. The model runs the inline post for forecast model output. The workflow loads module_base.hera when it executes post000. This module loads
Module v8.0.0-hera is loaded when UPP executable is built. This module loads
Differences in the modules used to build and run the UPP executable may be the reason for the error message
|
Indeed, /scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel_release/lib/ does not contain libnetcdf.so.15. It only contains
In contrast, /scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel2/lib/ contains
|
Thanks, Russ. I am rerunning a gdaspost000 job with: added to my module_base.hera file to see if the post analysis file is successfully created. I'm not necessarily advocating for this change to be added in this manner since I do not know what the impact on other jobs will be. I want to confirm that this is the only issue with the creation of these files first. |
Did the gdaspost000 job successfully create a pgbanl file when running the job with the modules used to build the UPP executable? I agree that this is not a solution. It's simply a test. It's my understanding that we are moving to hpc-stack to build and run workflow executables. This will ensure consistency between compilation and execution. |
There is a problem with the module loading when switching out netcdf. The version of esmf that is loaded is not compatible with the added version of netcdf:
How close are we to using hpc-stack? Is it feasible to wait until then or do we need a short term fix? |
ESMF is not used to build the UPP executable. You could try unloading esmf prior to loading the UPP netcdf module. Yes, this is very kludgy ... but we can't run vrfy as we normally do without the pgbanl file. |
I restored the original version of module_base.hera and instead made the module changes directly in post.sh:
I am rerunning the gdaspost000 job. I expect it will not run until tomorrow since Hera is exceedingly slow the past two weeks (the last test sat in the queue for 14 hours). |
I copied your EXPDIR, HOMEgfs, and ROTDIRS to my directories. I added
to $HOMEgfs/jobs/rocoto/post.sh prior to loading hdf5_parallel/1.10.6 and netcdf_parallel/4.7.4. The queue was changed to queue to debug and the post wall time reduced to 30 minutes in the xml file. The 2020060212 gdaspost00 was submitted. It ran to completion. Non-zero length pgrbanl files were created in /scratch2/NCEPDEV/stmp1/Russ.Treadon/ROTDIRS/dropout_wavetest/gdas.20200602/12/atmos/. Again, this isn't a long term solution. It's just a test. I don't think we 96 pe to run the UPP for C384 atmanl files. Of course, these initial tests may simply be with the workflow "as is". Adjusting job configurations for C384/C192 may be the next step after everything is running OK. |
Thanks, Russ. I've added that extra line to my post.sh. I am rerunning the other post jobs overnight just to make sure that there aren't any unintended consequences for the the non analysis files. I have saved the original files for comparison. |
The other post jobs for both the gdas and gfs cycles reproduce the original pgrb files with the other modules loaded. I will include this code change in our common build for the GFSv16.1 tests on Hera. |
I understand the necessity of this hack but maintaining a separate workflow for DA GFSv16.1 parallels on Hera is not desirable. |
Here are some options that I can think of:
I honestly do not like any of these options, but if hpc-stack is not close to ready, then option 2 is probably the way to go. Thoughts? Any other options I missed? |
global-workflow issue #164 is tracking the workflow transition to hpc-stack. A target completion date is not indicated. It's not clear that hpc-stack will solve the problem documented in this issue. It should, but this needs to be demonstrated. NOAA-EMC/GSI issue #79 is tracking DA updates to use hpc-stack on Hera. We can ask Mike for an update. If GFS v16.1 testing needs to begin in the very near future, option 2 is the best approach. This approach commits the hack to the repo which, in turn, allows all developers to reference a common version controlled workflow. Is the PGBANL problem the only problem with regards to running v16 based parallels on Hera? |
There was another issue with GLDAS that has likely been resolved, but it's still being tested. That fix is less hack-y and will require a commit to the workflow. The biggest issue right now with Hera is throughput. We are only getting a cycle a day for the dropout runs. I'm starting to explore the viability of using Orion instead for the v16.1 runs. It would be good if we can start these experiments within the next month but we have some flexibility. @KateFriedman-NOAA What do you think about adding this hack to post.sh (in develop) to accommodate the pgrbanl issue listed above:
If it sounds good to you, I will submit a PR for this change. |
@CatherineThomas-NOAA Since post.sh is used on all machines let's move those module commands into env/HERA.env? There is a "post" section where they can go. That should limit the hack to just Hera. Please run a few post jobs with them in the env file to confirm that works. Did the non-post000 post jobs run ok with those modules switched? Assuming it works with the HERA.env and the other post jobs also work then please submit a hotifx PR to develop. I'll get a ping when it's submitted. I'm otherwise unavailable today though. Thanks! :) Also, there are efforts to move to the stack in most components and someone is about to do the workflow side for issue #164. I should be back Monday and can check on the progress. The GLDAS hotfix needs to get into develop as well. |
@KateFriedman-NOAA I mentioned this earlier in the thread but should have included in the code snippet itself that it would be in a Hera IF block so it wouldn't get triggered on other machines. But HERA.env is likely cleaner. I tried adding those lines to HERA.env but it didn't work:
I added this line above the module lines in HERA.env, which allowed the module commands to be used:
I'm not sure if this is the right way of going about it, but it had the intended effect. I tried the analysis post job, another gdas forecast post, and a gfs forecast post. All 3 jobs produced post files that matched with the originals, except for the gdas.tHHz.master.grb2ifFFF files. I believe that these are the index files for the master grib files and they have a header in them with a timestamp, so this may not be an issue, but I would like some confirmation on that. The master grib files and other lower resolution files are bit identical. Let me know if my modification is good practice or not. If so, I'll submit a hotfix PR. |
The following has been done on Hera
The GSI run failed because the Hera hpc-stack does not define CRTM_FIX. Mike will follow up with the library team to have CRTM_FIX added to hpc-stack. Rerun stand-alone rungsi script with CRTM_FIX manually defined. global_gsi.x ran to completion and reproduced output from run of the same script using NOAA-EMC/GSI master and non hpc-stack modules. |
That jives with something similar I had to do with a prep job hack this year so thanks for testing and confirming that. So at runtime the following is sourced to define modules:
That determines which shell is being used and then runs that same source as you listed but with the appropriate shell (if not ksh):
...where "$__ms_shell" is either ksh, bash, or sh. So this may also work in env/HERA.env and preserve the shell flexibility:
Would you mind testing that for me? If that works then you can submit the hotfix PR. Thanks! |
@KateFriedman-NOAA
I did some digging and found that "module-setup.sh.inc" contains a "module purge" in it, wiping out the module_base.hera modules. When I comment out this module purge, everything works, but this is obviously undesirable. I tried to add: directly to the JGLOBAL script, but the $__ms_shell variable is unavailable within JGLOBAL_ATMOS_NCEPPOST. I found that the module-setup.sh.inc uses "unset __ms_shell" at the end. I commented it out, still no. Added an export line to post.sh and it works. However again, this requires modifying module-setup.sh.inc in an undesirable way. Any suggestions with how to move forward? |
@CatherineThomas-NOAA Gotcha, thanks for testing that! I am setting up a hotfix branch today to merge a few things together for commit so I'll test this on Hera some more to find a decent solution. |
Hotfixes - issues #201, 202, 208
* add gfs gempak downstream jobs into def file * Issue #94 add waves-prdgen, ICE->ICEC, Sleep in gempak script * Issue #1: update name of DA jobs and scripts in accordance with WCOSS Implementation Standards * Increase walltime for new wavepost jobs * Issue #1: correct DA typos in sorc/link_fv3gfs.sh * deleted relocate_mv_nvortex.fd since storm relocation is no longer needed. modified build_tropcy_NEMS.sh to remove references to relocate_mv_nvortex * Restructured ecflow - up to post step * adding the line to go back a day for RTOFS for the if not NCO section because RTOFS will not be available until 06 cycle * Issue #1: add fhrgrp and fhrlst back to gfsawips in setup_workflow.py (bugfix) * updates for by hour post * Adding wafs wave and downstream jobs * Issue #131 added a path to DBNROOT * Issue #131 reduce scripts output to logfile * Small updates: - new UPP tag - new GLDAS tag - new WAFS tag - new module for WAFS - EE2 updates to awips scripts - added WAFS to archival - break downstream and WAFS archival into separate gfs_downstream tarball - update gfsarch dependencies to wait for all wavepost jobs to complete * Update WAFS tag to gfs_wafs.v6.0.6 * ecflow full day cycle included * Fix for running prep on Hera * Issue #1: update to UPP tag "upp_gfsv16_release.v1.0.15" * Issue #131 Unify dbn_alert path * Issue #1 - fix to link_fv3gfs.sh for new GLDAS tag * Issue #1 - update to UFS_UTILS ops-gfsv16.0.0 tag * Issue #1 - update SEND variables and add DBNROOT to base configs and add check to build_enkf_chgres_recenter_nc.sh for GSI build * updates for optimizing point jobs * renamed: scripts/exglobal_fcst_nemsfv3gfs.sh -> scripts/exglobal_forecast.sh and modified jobs/JGLOBAL_FORECAST parm/config/config.fcst * renamed: jobs/JGFS_POSTSND -> jobs/JGFS_ATMOS_POSTSND renamed: scripts/exgfs_postsnd.sh -> scripts/exgfs_atmos_postsnd.sh modified: docs/archive/README_bufr driver/product/run_postsnd.sh driver/product/run_postsnd.sh.cray driver/product/run_postsnd.sh.dell driver/product/run_postsnd.sh.hera driver/product/run_postsnd.sh.jet parm/config/config.postsnd * In anticipating changes from the GLDAS repo : renaming JGDAS_GLDAS to JGDAS_ATMOS_GLDAS, and exgdas_gldas.sh to exgdas_atmos_gldas.sh modified: driver/gdas/test_gdas_gldas.sh jobs/rocoto/gldas.sh parm/config/config.gldas sorc/link_fv3gfs.sh * Rename scripts to match ecf script naming convention. Add SENDDBN and DBNROOT. Update GLDAS tag. * Update EMC_verif-global tag to verif_global_v1.11.0 * Updated jobs name * 1)Update sorc/checkout.sh with new UPP tag upp_gfsv16_release.v1.0.16. 2)Update sorc/link_fv3gfs.sh with new file name convention for jjob and ex-script of post processing part. * Update Externals.cfg with new UPP tag upp_gfsv16_release.v1.0.16. * Updated scripts * Updated drivers and release notes * Fixing spelling mistake in config.gldas * Name change for tropcy scripts and update WAFS tag * Script name updates for sfc_prep and tracker * Update config.base.nco.static with config.base.emc.dyn changes * Modify each ecflow script with old j-job name for test. Modify the following in each definition file. - ecen family require new extern from previous cycle - Job jgfs_atmos_npoess_pgrb2_0p5deg trigger changed to be (requested from code manager): 1. jgfs_atmos_post_manager:release_post180 - Job jgdas_enkf_select_obs trigger changed to be: 1. previous cycle enkf post complete 2. current cycle jgdas_atmos_analysis_calc complete (new job) Tested as of 9/21/2020 before production switch with following condition: 1. Known issue in wafs gcip. Job failed. Waiting for code manager to fix. 2. obsproc testing still on going. 3. Code manager still updating j-job and ex-script names. Testing in hold until package is ready and WCOSS availability. * As requested from management, point ufs-weather-model to development: b8c5c22 git submodule f61416fef691d9ba39a40df1ce72aa574f54c390 FMS (2019.01.03) 6bc61df FV3 (heads/develop) 9d05172b711f4ab5d6f978dbe575bd67a681b55a NEMS (heads/develop) 96e3f3a8fa0389a4b110b0fa23e7a414f6d92038 WW3 (6.07.1-50-g96e3f3a8) ffdd19bc6c1df747394b7e9958a76238fcd44242 stochastic_physics (ufs-v1.0.0-70-gffdd19b) Remove aerosol from checkout * Update post.sh UPP JJOB script name to submit * Making J-Job naming change accourding to code manager. Remove temp files * modifications to python scripts remove aeroic task from setup_workflow_fcstonly.py delete setup_workflow_fcstonly_noaeroic.py add setup_workflow_fcstonly_aeroic.py * Update WAFS jobs/rocoto scripts to use new JJOB names * Update config.awips for newly named JJOB scripts * Issue #94 add /fakedbn to run DBN_alerts * Issue #1: update vrfy.sh to submit vsdb processing as separate job (only on WCOSS_DELL_P3) * Update gfswafs job to run with loop over fcsthrs * Update GLDAS tag to gldas_gfsv16_release.v1.10.0 * The EMC realtime parallel does not use operational job settings. Ecflow job card roll back the setting from module_used_gfs-16_job google sheet document. * Code manager indicated all wafs jobs wall clock is 30 mins. Code manager indicated job card for scripts/gfs/atmos/gempak/jgfs_atmos_pgrb2_spec_gempak.ecf need to be changed * Issue #1: update parm/config.vrfy to define VSDBJOBSH (used by jobs/rocoto/vrfy.sh) * Jobs were tested with PDY 20200925, code managers from post, gempak, wave, and post process certified the test run result. This merge included an update from high watermark testing (tested by gfs team using devonprod) results impact the following jobs: jgfs_atmos_analysis.ecf jgfs_forecast.ecf jgdas_atmos_analysis.ecf jgdas_enkf_update.ecf jgdas_enkf_ecen.ecf * cleaning up the rearranged scripts * Issue #1: update name of ncdiag executable and source code directory to be conistent * Issue #94 add native grids as default grids * - updated to use 28Sep develop ufs-weather-model, d021e7b f61416fef691d9ba39a40df1ce72aa574f54c390 FMS (2019.01.03) 9e1ba7c FV3 (heads/develop) 9d05172b711f4ab5d6f978dbe575bd67a681b55a NEMS (heads/develop) 96e3f3a8fa0389a4b110b0fa23e7a414f6d92038 WW3 (6.07.1-50-g96e3f3a8) ffdd19bc6c1df747394b7e9958a76238fcd44242 stochastic_physics (ufs-v1.0.0-70-gffdd19b) - changed compilation options in build_fv3.sh - removed fv3gfs.fd_jkh directory since changes are already in develop branch - updated getic script to retrieve files after 00Z 26Feb20 from mass store with prefix name of 'com' * Issue #1 - update WAFS tag to gfs_wafs.v6.0.8 * Issue #94 fix for failing silently * updates for EE2 from waves * last of EE2 changes * update resources and trigger from 192->180 * bug fix in exgfs_wave_post_pnt.sh * fix resource time estimates * reverting changes to configs that were not intented to be committed * Issue #1 - updates for modules and small fixes - fix to run ens_tracker without tclogg module in modulefiles/module_base.wcoss_dell_p3 - fix to sorc/syndat_qctropcy.fd/qctropcy.f for compile warning - fix to gfswaveawipsbulls dependency in setup scripts - update to bufr/11.3.0 from bufr/11.2.0 in modulefiles - add override ability for POE for prep jobs in env/WCOSS_DELL_P3.env * issue #145 change dev path to prod for parallel netcdf modules * issue #145 change dev path to prod for parallel netcdf modules * issue #142 add 6 bufr stations for Thailand TMD * issue #142 add 6 bufr station data * issue #142 generate station i,j grid * issue #142 generate station i,j grid * issue #142 generate station i,j grid * Issue #1 - adjust error handling in wave rocoto job scripts * Issue #1 - update component tags and modulefiles for nwtest lib updates, remove unneeded module load and modulefile from downstream wave job rocoto scripts * Issue #1 - update GSI tag to gfsda.v16.0.0 * Issue #1 - remove unneeded line in vrfy.sh and update link_fv3gfs.sh for UFS_UTILS execs * Issue #1 - config updates from real-time parallel * Issue #1 - update g2tmpl module load in modulefiles/module_base.wcoss_dell_p3 * Issue #1 - update prep job resources * Issue #1 - update config.fv3 based on real-time parallel * Issue #1 - move ABIBF, AHIBF, and HDOB pointers into RUN_ENVIR=emc block * Issue #1 - remove hardcoded POE and BACK values from config.prep * Issue #1 - return POE=YES and BACK=off setting for prep on WCOSS_DELL_P3 * for rocoto add a dependency to wavepostpnt job on wavepostbndpnt so that both jobs will not run at the same time which will slow both jobs down. This is the reason for the dependency, otherwise there is not a "true" dependency between the jobs * Issue #1 - remove unneeded DMPDIR and ICSDIR from config.base.nco.static * Issue #1 - remove POE/BACK block from config.prep and set POE=YES/BACK=off as defaults in env/WCOSS_DELL_P3.env prep section * Issue #1 - update WAFS tag to gfs_wafs.v6.0.9 * Temporarily peg GSI checkout to hash of release branch * add a dependency for the wavepostpnt on wavepostbndpnt for just gfs as this job does not exist for gdas * Modify module for each job to match implementation package change Modify two wafs jobs trigger Modify wall clock and resource for running jobs in NCO Modify obsproc package location * updates to parm to reduce the number of wave variables changes to the config so that wave models are interpolated to the multi_1 masked files for the regional output grids * Issue #1 - update to fbwndgfs modulefiles for WCOSS-Dell and WCOSS-Cray * Change config.resources for eobs for low resolution cases * Issue #1 - update gfs_util modulefiles * Issue #1 - update config.fv3 and config.resources with v16rt2 values * Issue #1 - update WAFS tag to gfs_wafs.v6.0.10 and change WAFS job dependencies * Modify two wafs jobs trigger as: jgfs_atmos_wafs_grib2 trigger ../../post/jgfs_atmos_post_f000 == complete jgfs_atmos_wafs_grib2_0p25 trigger ../../post/jgfs_atmos_post_f036 == complete * Issue #1 - update link_fv3gfs.sh to point to newly frozen fix_nco_gfsv16 FIX_DIR * Modify gfs/gdas post job to 20 minutes in wall clock. * updates to add glo_30m to the created grib files for waves for awips processing * Issue #94 producing awips files with masks and deleting wmo headers for arctic ocean * Issue #1 - adding release notes for GFSv16 * Issue #1 - adjust WAFS dependencies to wait for f036 post output * Add wave env updates into ORION.env, increase waveinit tasks, and update resources for analysis and efcs walltimes * Update .gitignore for script renaming and removed external files * Issue #1 - update FV3 tag to GFS.v16.0.14 for Hera/Orion build support * Issue #1 - new FV3 tag that builds on Hera/Orion and update for building/running high res system on Hera * Issue #1 - save GFSv16 hand-off resource settings into new static nco configs * Issue #1 - add FDATE to config.base * Issue #1 - add parm mon folder to ignore list and move parm section of ignore list up * Issue #1 - pull in corrected npe_eobs values in config.resources * Add UPP netcdf module library load to HERA.env to resolve runtime netcdf version mismatch * Issue #1 - increase C768 npe_eobs to 200 for Hera nodes with less memory * Issue #1 - resource updates from low res testing - set io_layout to "1,1" for low res gfs in config.fcst - set npe_wav[_gfs] to 140 for all resolutions, same wave grid - increase nth_fv3 to 4 for C192 and C384 - set smaller walltime for gfsfcst when resolutions less than C768 * Issue #1 - fix firstcyc queue bug in workflow_utils.py on WCOSS * Issue #1 - add wtime_fcst_gfs time of 4hrs for C384 * Fix wrong DATE in new if-block in config.anal for cold start checking * Issue #1 - increase wavepostbndpnt and wavepostpnt walltimes to give more time on Hera * Cycled warm start run using develop ufs-weather-model branch and feature/ccpp using merged branch on the 10/13 (4da0f) with feature/gfsv16b (31563). CPP_SUITE="FV3_GFS_v16beta" build_fv3 option: CCPP=Y 32BIT=Y SUITES=FV3_GFS_v15,FV3_GSD_v0,FV3_GSD_noah,FV3_GFS_v16beta wave is turned off for this test because it's for atmospheric physics and comparison. * Issue #1 - update WAFS tag to gfs_wafs.v6.0.12 for removal of in-cloud turbulence per AWC * Rename Release_Notes.gfs.v16.0.0.txt to Release_Notes.gfs.v16.0.0.md * Issue #1 - adjust epos groups for DOIAU/DOIAU_ENKF=NO * Issue #1 - update anal, eobs, and eupd resources for low res * Issue #1 - update WAFS tag to gfs_wafs.v6.0.13 * Revert epos change in setup_workflow.py * modified: jobs/JGFS_ATMOS_POSTSND and jobs/rocoto/postsnd.sh to remove redundant variables in the two scripts and make them work for both EMC and NCO parallels. * Issue #1 - update WAFS tag to gfs_wafs.v6.0.14 and update dumpjb version to 5.1.0 * Reduce C384 nth_fv3 to 1 in config.fv3 * Add FDATE calculation to setup scripts and change FDATE in to parsed value in config.base.emc.dyn * Set nth_fcst to 4 for C384 on Hera to handle less memory * Increase gfsfcst walltime for C192 * Tie DOIAU_ENKF to DOIAU and add DOIAU check for IAU_OFFSET and IAU_FHROT in config.base * Set nth_fcst to 4 for C384 deterministic * Hera updates for OUTPUT_FILETYPES and resources * Change wavepostbndpnt to wait for fcst to end * As of 11/12/2020, this package is tested with a C768 cycled (6 cycle) run on Dell system using FV3_GFS_v16beta (imp_physics=11). The wave components are turned off. Ready to merge back to the development. The expdir and log files are available on HPSS: /NCEPDEV/emc-global/1year/Lin.Gan/WCOSS_DELL_P3/feature_ccpp/FV3_GFS_v16beta/FV3_GFS_v16beta-LOG.tar /NCEPDEV/emc-global/1year/Lin.Gan/WCOSS_DELL_P3/feature_ccpp/FV3_GFS_v16beta/FV3_GFS_v16beta-EXPT.tar File parm/config/config.resources has been modified to fix EUPD job issue in job card resource. File sorc/build_fv3.sh and sorc/link_fv3gfs.sh changed to clear up development remark. Removed a developer directory that is not required for FV3_GFS_v16beta confiruration. * Changes to be committed: modified: jobs/rocoto/fcst.sh deleted: modulefiles/module_base.wcoss_dell_p3_fcst deleted: parm/config/config.aeroic modified: parm/config/config.base.emc.dyn modified: parm/config/config.resources modified: sorc/build_fv3.sh modified: sorc/checkout.sh modified: sorc/link_fv3gfs.sh deleted: ush/load_fv3gfs_modules_fcst.sh deleted: ush/rocoto/setup_workflow_fcstonly_aeroic.py * deleted: jobs/rocoto/aeroic.sh * Remove GSD suite file and aero IC extract util * sync config.base.emc.dyn and config.resources with development * modified: parm/config/config.base.emc.dyn parm/config/config.base.nco.static scripts/exglobal_forecast.sh sorc/build_all.sh sorc/build_fv3.sh sorc/checkout.sh to add the option to check out ufs_weather_model and run with CCPP phsyics * Merge with v16ccpp modified: parm/config/config.base.emc.dyn modified: parm/config/config.resources modified: scripts/exglobal_forecast.sh modified: sorc/build_fv3.sh modified: sorc/checkout.sh * update eupd resource * Remove development configuration from config.nsst * modified: ../scripts/exglobal_forecast.sh modified: build_all.sh build_fv3.sh to automatically detect model version, CCPP vs IPD * Modified build_all.sh checkout.sh partial_build.sh to allow switch turn on/off ccpp option Turn on CCPP usage: checkout.sh -c build_all.sh -c Turn off CCPP usage: checkout.sh build_all.sh * Clean up development code from build_all * modified: build_fv3.sh * modified: exglobal_forecast.sh to add min_lakeice = ${min_lakeice:-"0.15"} min_seaice = ${min_seaice:-"0.15"} * bug fix exglobal_forecast.sh * modified: ../parm/config/config.fcst and exglobal_forecast.sh 1. use iovr for model after NCAR/ccpp-physics#514 and iovr_sw and iovr_lw for older version of the model, controled by RUN_CCPP 2. remove the if block and use atmos_model_nml to turn on/off the CCPP option * modified checkout.sh to check out a hash instead of head of the develop branch * modified: ../scripts/exglobal_forecast.sh * Modify exglobal_forecast.sh to create namelist in runable sequence. * As requested, using 2e25df5 for ufs-weather-model. * scripts/exglobal_forecast.sh Merge with v16ccpp * Modify build_all.sh while getopts "oc" option to while getopts "c" option * Fix missing COMROOT setting on Orion * Adjust efcs walltime and eupd thread value on Orion * gfsv16 physics; script updates * update IC scripts * model configure changes; preserve $DATA in postdet * update /driver; /parm and /ecflow folder to match gfsv16 * Revert "update /driver; /parm and /ecflow folder to match gfsv16" This reverts commit 45341b6. * configuration update * preserve /atmos level COM directory * typo fix * Coupled/devmerge (#203) * update to waves scripts for merging with develop - synced with develop where necessary and left changes in prep and gridded post for coupled-crow updates that should remain * removing ecflow scripts that are not in develop branch * removing files from branch that do not appear in develop branch and were not added for coupling in the coupled-crow branch * updating sorc and ush files to match dev when these are not files changes intentionally in coupled-crow branch and therefore should match develop branch * updating files to match develop that were not matching through merge but should match develop branch * cleaning up evn files after merge with develop * cleaning up differences in jobs/rocoto folder from develop branch as it does not seem that the changes here were made intentionally in feature/coupled-crow so this brings us insync with the develop branch * resolving differences between develop and this branch in terms of wave variables for jobs/JGLOBAL_FORECAST * updating module file to match develop * updates for wave model so that the forecast runs -- atm post still does not work * fix typo * Fixes for issue #202 (FINDDATE) and issue #208 (postsnd.sh permissions) * coupled: updates for merging checkout, build and link with develop branch (#206) * update to waves scripts for merging with develop - synced with develop where necessary and left changes in prep and gridded post for coupled-crow updates that should remain * removing ecflow scripts that are not in develop branch * removing files from branch that do not appear in develop branch and were not added for coupling in the coupled-crow branch * updating sorc and ush files to match dev when these are not files changes intentionally in coupled-crow branch and therefore should match develop branch * updating files to match develop that were not matching through merge but should match develop branch * cleaning up evn files after merge with develop * cleaning up differences in jobs/rocoto folder from develop branch as it does not seem that the changes here were made intentionally in feature/coupled-crow so this brings us insync with the develop branch * resolving differences between develop and this branch in terms of wave variables for jobs/JGLOBAL_FORECAST * updating module file to match develop * updates for wave model so that the forecast runs -- atm post still does not work * fix typo * updating .gitignore to match develop a little better * cleaning up differences between checkout and link with merging to develop * updates for build and checkout scripts to unify with develop and simplify build_all to add an option for coupling * fix typo in build all script * updating .gitignore for linked files missing from list * add fix files for ocean post * changing -p to -c option and adding coupled to the ccpp -c * configuration and minor script update for inline post * bug fix for vrfy job in layout file; missing namelist variable fix * updates that are needed after merging * Issue #201 - workaround for failing post000 job before hpc-stack solution * Issue #189 - update ufs-weather-model hash * Coupled/devmerge 3 (#219) * update for making post work without inline post * add in linking capabilities * updating module file so that atm pos will work (#214) Co-authored-by: JessicaMeixner-NOAA <Jessica.Meixner@noaa.gov> * set inline_post off for default file dependencies for post job triggering updated * add new parameters into /default * clean up excessive logic clause in namelist parsing scripts * match default value of some namelist variables * name list update for CCPP suite "FV3_GFS_v16beta_coupled" update CCPP suite selection in test case file create prototype 5.1 case file with updated CCPP suite Making each CCPP suite a selectable option is beneficial, because this could handle future development when they start to differ from each other. * change CCPP suite back to FV3_GFS_v15p2_coupled in case file * bugfix for iovr variables Co-authored-by: lin.gan <lin.gan@noaa.gov> Co-authored-by: kate.friedman <kate.friedman@noaa.gov> Co-authored-by: wx21rph <Roberto.Padilla@m71a1.ncep.noaa.gov> Co-authored-by: russ.treadon <Russ.Treadon@noaa.gov> Co-authored-by: Jessica Meixner <jessica.meixner@noaa.gov> Co-authored-by: fanglin.yang <fanglin.yang@noaa.gov> Co-authored-by: Guang Ping Lou <guang.ping.lou@noaa.gov> Co-authored-by: BoiVuong-NOAA <Boi.Vuong@noaa.gov> Co-authored-by: Wen Meng <wen.meng@noaa.gov> Co-authored-by: Judy.K.Henderson <Judy.K.Henderson@noaa.gov> Co-authored-by: Roberto Padilla <Roberto.Padilla@noaa.gov> Co-authored-by: CoryMartin-NOAA <cory.r.martin@noaa.gov> Co-authored-by: wx21rph <Roberto.Padilla@m71a3.ncep.noaa.gov> Co-authored-by: lgannoaa <37596169+lgannoaa@users.noreply.github.com>
…p branch) Squashed commit of the following: commit ef8b641 Merge: fca3433 cffc568 Author: Fanglin Yang <fanglin.yang@noaa.gov> Date: Mon Jan 4 10:52:08 2021 -0500 Merge pull request NOAA-EMC#231 from yangfanglin/feature/multiple_restart modified exglobal_forecast.sh to enable multiple reruns from breakpoint restart initial conditions commit cffc568 Author: fanglin.yang <fanglin.yang@noaa.gov> Date: Wed Dec 30 18:43:34 2020 +0000 modified: exglobal_forecast.sh The breakpoint restart only works for the first restart from a breakpoint. Restart files written in RERUN_RESTRAT after the first restart has a 3-hour time shift for DO_IAU=YES cases. Forecasts starting from the 2nd breakpoint and beyond will fail becasue of incorrect initial conditins. This commit fixes this bug. commit fca3433 Merge: a95cce5 abb168b Author: Kate Friedman <kate.friedman@noaa.gov> Date: Fri Dec 18 09:30:21 2020 -0500 Merge pull request NOAA-EMC#221 from NOAA-EMC/nco_v16_changes NCO changes for v16.0.3 commit abb168b Author: kate.friedman <kate.friedman@noaa.gov> Date: Thu Dec 17 19:17:26 2020 +0000 Issue #1 and issue NOAA-EMC#220 - set C192/C96/C48 npe_eobs back to dev values for develop commit 65b4d96 Merge: a95cce5 e89045b Author: kate.friedman <kate.friedman@noaa.gov> Date: Thu Dec 17 18:46:06 2020 +0000 Issue #1 - merge v16.0.3 changes from NCO into develop commit e89045b Author: kate.friedman <kate.friedman@noaa.gov> Date: Wed Dec 16 16:38:01 2020 +0000 Issue #1 - add grib_util module load to several analysis ecflow scripts commit a95cce5 Merge: 1562bb9 2646921 Author: Kate Friedman <kate.friedman@noaa.gov> Date: Tue Dec 15 14:05:27 2020 -0500 Merge pull request NOAA-EMC#216 from NOAA-EMC/issue189 Issue NOAA-EMC#189 - update ufs-weather-model hash commit 2646921 Author: kate.friedman <kate.friedman@noaa.gov> Date: Tue Dec 15 18:56:33 2020 +0000 Issue NOAA-EMC#189 - update ufs-weather-model hash commit 1562bb9 Merge: f3d11b9 7a9bc00 Author: Kate Friedman <kate.friedman@noaa.gov> Date: Tue Dec 15 09:51:07 2020 -0500 Merge pull request NOAA-EMC#213 from NOAA-EMC/hotfixes Hotfixes - issues NOAA-EMC#201, 202, 208 commit 7a9bc00 Author: Kate.Friedman <Kate.Friedman@noaa.gov> Date: Mon Dec 14 21:35:58 2020 +0000 Issue NOAA-EMC#201 - workaround for failing post000 job before hpc-stack solution commit 425588f Author: kate.friedman <kate.friedman@noaa.gov> Date: Mon Dec 14 21:06:20 2020 +0000 Issue #1 - update WAFS tag to gfs_wafs.v6.0.17 for dbn_alert change commit ec5e2e5 Author: kate.friedman <kate.friedman@noaa.gov> Date: Mon Dec 14 15:06:16 2020 +0000 Issue #1 - correct gridded wave parm files for v16.0.3 commit 39246c6 Author: kate.friedman <kate.friedman@noaa.gov> Date: Fri Dec 11 19:26:51 2020 +0000 Issue #1 - changes from NCO for GFSv16.0.3 commit b9f7de8 Author: Kate.Friedman <Kate.Friedman@noaa.gov> Date: Thu Dec 10 19:15:00 2020 +0000 Issue #1 - update Externals.cfg with final tags for GFSv16.0.2 commit cff28bd Author: Kate.Friedman <Kate.Friedman@noaa.gov> Date: Thu Dec 10 15:59:05 2020 +0000 Fixes for issue NOAA-EMC#202 (FINDDATE) and issue NOAA-EMC#208 (postsnd.sh permissions) commit 7c7482d Author: Kate.Friedman <Kate.Friedman@noaa.gov> Date: Thu Dec 10 14:10:25 2020 +0000 Issue #1 - correct permissions on jobs/rocoto/postsnd.sh commit dee856c Author: kate.friedman <kate.friedman@noaa.gov> Date: Wed Dec 9 20:58:20 2020 +0000 Issue #1 - update gempak version to 7.3.3 in the ecflow gfs.ver file commit 0ee264b Author: kate.friedman <kate.friedman@noaa.gov> Date: Wed Dec 9 18:49:54 2020 +0000 Issue #1 - update gempak and dumpjb versions to 7.3.3 and 5.1.0 respectively commit b5d97ab Merge: 6da1a24 be5f9ec Author: Kate Friedman <kate.friedman@noaa.gov> Date: Mon Dec 7 14:49:29 2020 -0500 Merge pull request NOAA-EMC#205 from NOAA-EMC/release/gfsv16.0.0.nco Script alert updates from NCO for wave downstream commit be5f9ec Author: kate.friedman <kate.friedman@noaa.gov> Date: Mon Dec 7 19:45:23 2020 +0000 Script alert updates from NCO for wave downstream commit 6da1a24 Merge: ce1ae97 069f266 Author: Kate Friedman <kate.friedman@noaa.gov> Date: Mon Dec 7 14:12:37 2020 -0500 Merge pull request NOAA-EMC#204 from NOAA-EMC/release/gfsv16.0.0.nco GFSv16 NCO changes - early December edition commit 069f266 Author: kate.friedman <kate.friedman@noaa.gov> Date: Wed Dec 2 20:01:17 2020 +0000 Add override for COMIN_WAV_RTOFS in emc mode for waveprep job commit 194f280 Author: russ.treadon <Russ.Treadon@noaa.gov> Date: Mon Nov 30 18:47:19 2020 +0000 Issue NOAA-EMC#197: place CDATE specific sections of config.anal and config.prep inside RUN_ENVIR=emc blocks. These sections are use for retrospective parallels and therefore do not need to be executed in operations (NCO). commit d82efa8 Author: fanglin.yang <fanglin.yang@noaa.gov> Date: Mon Nov 30 18:06:12 2020 +0000 modified: JGLOBAL_FORECAST commit 25a28c8 Author: fanglin.yang <fanglin.yang@noaa.gov> Date: Mon Nov 30 17:02:05 2020 +0000 modified: JGLOBAL_FORECAST to make it work for both emc and nco running environments. commit 7283c7e Author: fanglin.yang <fanglin.yang@noaa.gov> Date: Fri Nov 27 22:16:31 2020 +0000 modified: JGLOBAL_FORECAST A test showed that jobid is not defined in JGLOBAL_FORECAST running in the Rocoto environment. jobid is defined in ./env files. Defining DATA without sourcing ./env/$nachine.env caused the script to fail. Move the definitin of DATA after sourcing env parameters commit e600377 Author: fanglin.yang <fanglin.yang@noaa.gov> Date: Tue Nov 24 03:25:23 2020 +0000 modified: checkout.sh to use WAFS tag gfs_wafs.v6.0.16 commit bd5294e Author: fanglin.yang <fanglin.yang@noaa.gov> Date: Sat Nov 21 17:32:05 2020 +0000 modified: checkout.sh to update UPP to upp_gfsv16_release.v1.1.1, a minor syntax bug fix commit 5a516b4 Author: fanglin.yang <fanglin.yang@noaa.gov> Date: Fri Nov 20 05:08:33 2020 +0000 modified: link_fv3gfs.sh to 1) use hard copies of external fix fields and executable for NCO installation 2) use soft links for all other files and directories for both NCO and EMC installations commit 759cf33 Author: fanglin.yang <fanglin.yang@noaa.gov> Date: Fri Nov 20 04:51:48 2020 +0000 Compared local files in NCO implementation directory with release/gfs.v16.0.0 branch, changes made by NCO(Jen Yang) in the following files are either accepted or rejected. use EMC's updated version modified: jobs/JGFS_ATMOS_POSTSND Use NCO's updated version modified: jobs/JGLOBAL_FORECAST modified: jobs/JGLOBAL_WAVE_GEMPAK modified: jobs/JGLOBAL_WAVE_POST_BNDPNT modified: jobs/JGLOBAL_WAVE_POST_PNT modified: jobs/JGLOBAL_WAVE_POST_SBS modified: jobs/JGLOBAL_WAVE_PRDGEN_BULLS modified: jobs/JGLOBAL_WAVE_PRDGEN_GRIDDED modified: parm/config/config.base.nco.static Updated by both NCO and EMC modified: parm/config/config.wave Updated gldas tag to gldas_gfsv16_release.v1.12.0 modified: sorc/checkout.sh commit f39ea0c Author: fanglin.yang <fanglin.yang@noaa.gov> Date: Thu Nov 19 04:43:17 2020 +0000 create a new branch release/gfsv16.0.0.nco to merge changes made by NCO in /gpfs/dell1/nco/ops/nwpara/gfs-v16/gfs.v16.0.1 back to EMC's repository modified: ecflow/ecf/scripts/gdas/atmos/analysis/jgdas_atmos_analysis.ecf modified: ecflow/ecf/scripts/gdas/atmos/analysis/jgdas_atmos_analysis_calc.ecf modified: ecflow/ecf/scripts/gdas/atmos/analysis/jgdas_atmos_analysis_diag.ecf modified: ecflow/ecf/scripts/gdas/atmos/gempak/jgdas_atmos_gempak.ecf modified: ecflow/ecf/scripts/gdas/atmos/gempak/jgdas_atmos_gempak_meta_ncdc.ecf modified: ecflow/ecf/scripts/gdas/atmos/init/jgdas_atmos_gldas.ecf modified: ecflow/ecf/scripts/gdas/atmos/obsproc/dump/jgdas_atmos_dump.ecf modified: ecflow/ecf/scripts/gdas/atmos/obsproc/dump/jgdas_atmos_dump_alert.ecf modified: ecflow/ecf/scripts/gdas/atmos/obsproc/dump/jgdas_atmos_dump_post.ecf modified: ecflow/ecf/scripts/gdas/atmos/obsproc/dump/jgdas_atmos_tropcy_qc_reloc.ecf modified: ecflow/ecf/scripts/gdas/atmos/obsproc/prep/jgdas_atmos_emcsfc_sfc_prep.ecf modified: ecflow/ecf/scripts/gdas/atmos/obsproc/prep/jgdas_atmos_prep.ecf modified: ecflow/ecf/scripts/gdas/atmos/obsproc/prep/jgdas_atmos_prep_post.ecf modified: ecflow/ecf/scripts/gdas/atmos/post/jgdas_atmos_post_anl.ecf modified: ecflow/ecf/scripts/gdas/atmos/post/jgdas_atmos_post_f000.ecf modified: ecflow/ecf/scripts/gdas/atmos/post/jgdas_atmos_post_f001.ecf modified: ecflow/ecf/scripts/gdas/atmos/post/jgdas_atmos_post_f002.ecf modified: ecflow/ecf/scripts/gdas/atmos/post/jgdas_atmos_post_f003.ecf modified: ecflow/ecf/scripts/gdas/atmos/post/jgdas_atmos_post_f004.ecf modified: ecflow/ecf/scripts/gdas/atmos/post/jgdas_atmos_post_f005.ecf modified: ecflow/ecf/scripts/gdas/atmos/post/jgdas_atmos_post_f006.ecf modified: ecflow/ecf/scripts/gdas/atmos/post/jgdas_atmos_post_f007.ecf modified: ecflow/ecf/scripts/gdas/atmos/post/jgdas_atmos_post_f008.ecf modified: ecflow/ecf/scripts/gdas/atmos/post/jgdas_atmos_post_f009.ecf modified: ecflow/ecf/scripts/gdas/atmos/post/jgdas_atmos_post_manager.ecf modified: ecflow/ecf/scripts/gdas/atmos/post_processing/jgdas_atmos_chgres_forenkf.ecf modified: ecflow/ecf/scripts/gdas/atmos/verf/jgdas_atmos_verfozn.ecf modified: ecflow/ecf/scripts/gdas/atmos/verf/jgdas_atmos_verfrad.ecf modified: ecflow/ecf/scripts/gdas/atmos/verf/jgdas_atmos_vminmon.ecf modified: ecflow/ecf/scripts/gdas/enkf/analysis/create/jgdas_enkf_diag.ecf modified: ecflow/ecf/scripts/gdas/enkf/analysis/create/jgdas_enkf_select_obs.ecf modified: ecflow/ecf/scripts/gdas/enkf/analysis/create/jgdas_enkf_update.ecf modified: ecflow/ecf/scripts/gdas/enkf/analysis/recenter/ecen/jgdas_enkf_ecen.ecf modified: ecflow/ecf/scripts/gdas/enkf/analysis/recenter/jgdas_enkf_sfc.ecf modified: ecflow/ecf/scripts/gdas/enkf/forecast/jgdas_enkf_fcst.ecf modified: ecflow/ecf/scripts/gdas/jgdas_forecast.ecf modified: ecflow/ecf/scripts/gdas/wave/init/jgdas_wave_init.ecf modified: ecflow/ecf/scripts/gdas/wave/post/jgdas_wave_postpnt.ecf modified: ecflow/ecf/scripts/gdas/wave/post/jgdas_wave_postsbs.ecf modified: ecflow/ecf/scripts/gdas/wave/prep/jgdas_wave_prep.ecf modified: ecflow/ecf/scripts/gfs/atmos/analysis/jgfs_atmos_analysis.ecf modified: ecflow/ecf/scripts/gfs/atmos/analysis/jgfs_atmos_analysis_calc.ecf modified: ecflow/ecf/scripts/gfs/atmos/gempak/jgfs_atmos_gempak.ecf modified: ecflow/ecf/scripts/gfs/atmos/gempak/jgfs_atmos_gempak_meta.ecf modified: ecflow/ecf/scripts/gfs/atmos/gempak/jgfs_atmos_gempak_ncdc_upapgif.ecf modified: ecflow/ecf/scripts/gfs/atmos/gempak/jgfs_atmos_npoess_pgrb2_0p5deg.ecf modified: ecflow/ecf/scripts/gfs/atmos/gempak/jgfs_atmos_pgrb2_spec_gempak.ecf modified: ecflow/ecf/scripts/gfs/atmos/obsproc/dump/jgfs_atmos_dump.ecf modified: ecflow/ecf/scripts/gfs/atmos/obsproc/dump/jgfs_atmos_dump_alert.ecf modified: ecflow/ecf/scripts/gfs/atmos/obsproc/dump/jgfs_atmos_dump_post.ecf modified: ecflow/ecf/scripts/gfs/atmos/obsproc/dump/jgfs_atmos_tropcy_qc_reloc.ecf modified: ecflow/ecf/scripts/gfs/atmos/obsproc/prep/jgfs_atmos_emcsfc_sfc_prep.ecf modified: ecflow/ecf/scripts/gfs/atmos/obsproc/prep/jgfs_atmos_prep.ecf modified: ecflow/ecf/scripts/gfs/atmos/obsproc/prep/jgfs_atmos_prep_post.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_anl.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f000.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f001.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f002.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f003.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f004.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f005.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f006.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f007.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f008.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f009.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f010.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f011.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f012.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f013.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f014.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f015.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f016.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f017.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f018.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f019.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f020.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f021.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f022.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f023.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f024.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f025.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f026.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f027.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f028.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f029.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f030.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f031.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f032.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f033.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f034.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f035.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f036.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f037.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f038.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f039.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f040.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f041.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f042.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f043.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f044.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f045.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f046.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f047.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f048.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f049.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f050.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f051.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f052.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f053.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f054.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f055.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f056.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f057.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f058.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f059.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f060.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f061.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f062.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f063.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f064.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f065.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f066.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f067.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f068.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f069.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f070.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f071.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f072.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f073.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f074.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f075.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f076.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f077.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f078.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f079.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f080.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f081.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f082.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f083.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f084.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f085.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f086.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f087.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f088.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f089.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f090.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f091.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f092.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f093.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f094.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f095.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f096.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f097.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f098.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f099.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f100.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f101.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f102.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f103.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f104.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f105.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f106.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f107.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f108.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f109.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f110.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f111.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f112.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f113.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f114.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f115.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f116.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f117.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f118.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f119.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f120.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f123.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f126.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f129.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f132.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f135.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f138.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f141.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f144.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f147.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f150.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f153.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f156.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f159.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f162.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f165.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f168.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f171.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f174.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f177.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f180.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f183.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f186.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f189.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f192.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f195.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f198.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f201.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f204.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f207.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f210.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f213.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f216.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f219.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f222.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f225.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f228.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f231.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f234.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f237.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f240.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f243.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f246.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f249.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f252.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f255.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f258.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f261.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f264.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f267.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f270.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f273.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f276.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f279.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f282.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f285.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f288.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f291.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f294.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f297.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f300.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f303.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f306.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f309.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f312.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f315.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f318.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f321.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f324.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f327.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f330.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f333.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f336.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f339.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f342.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f345.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f348.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f351.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f354.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f357.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f360.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f363.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f366.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f369.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f372.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f375.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f378.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f381.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f384.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_manager.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f000.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f003.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f006.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f009.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f012.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f015.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f018.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f021.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f024.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f027.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f030.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f033.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f036.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f039.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f042.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f045.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f048.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f051.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f054.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f057.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f060.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f063.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f066.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f069.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f072.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f075.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f078.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f081.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f084.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f090.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f096.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f102.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f108.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f114.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f120.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f126.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f132.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f138.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f144.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f150.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f156.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f162.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f168.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f174.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f180.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f186.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f192.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f198.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f204.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f210.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f216.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f222.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f228.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f234.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f240.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f000.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f003.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f006.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f009.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f012.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f015.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f018.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f021.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f024.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f027.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f030.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f033.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f036.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f039.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f042.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f045.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f048.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f051.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f054.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f057.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f060.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f063.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f066.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f069.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f072.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f075.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f078.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f081.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f084.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f090.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f096.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f102.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f108.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f114.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f120.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f126.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f132.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f138.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f144.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f150.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f156.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f162.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f168.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f174.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f180.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f186.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f192.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f198.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f204.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f210.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f216.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f222.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f228.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f234.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f240.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/bufr_sounding/jgfs_atmos_postsnd.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/bulletins/jgfs_atmos_fbwind.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/grib2_wafs/jgfs_atmos_wafs_blending.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/grib2_wafs/jgfs_atmos_wafs_blending_0p25.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/grib2_wafs/jgfs_atmos_wafs_grib2.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/grib2_wafs/jgfs_atmos_wafs_grib2_0p25.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/grib_wafs/jgfs_atmos_wafs_f00.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/grib_wafs/jgfs_atmos_wafs_f06.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/grib_wafs/jgfs_atmos_wafs_f102.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/grib_wafs/jgfs_atmos_wafs_f108.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/grib_wafs/jgfs_atmos_wafs_f114.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/grib_wafs/jgfs_atmos_wafs_f12.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/grib_wafs/jgfs_atmos_wafs_f120.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/grib_wafs/jgfs_atmos_wafs_f18.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/grib_wafs/jgfs_atmos_wafs_f24.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/grib_wafs/jgfs_atmos_wafs_f30.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/grib_wafs/jgfs_atmos_wafs_f36.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/grib_wafs/jgfs_atmos_wafs_f42.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/grib_wafs/jgfs_atmos_wafs_f48.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/grib_wafs/jgfs_atmos_wafs_f54.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/grib_wafs/jgfs_atmos_wafs_f60.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/grib_wafs/jgfs_atmos_wafs_f66.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/grib_wafs/jgfs_atmos_wafs_f72.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/grib_wafs/jgfs_atmos_wafs_f78.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/grib_wafs/jgfs_atmos_wafs_f84.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/grib_wafs/jgfs_atmos_wafs_f90.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/grib_wafs/jgfs_atmos_wafs_f96.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/jgfs_atmos_wafs_gcip.ecf modified: ecflow/ecf/scripts/gfs/atmos/verf/jgfs_atmos_vminmon.ecf modified: ecflow/ecf/scripts/gfs/jgfs_forecast.ecf modified: ecflow/ecf/scripts/gfs/wave/gempak/jgfs_wave_gempak.ecf modified: ecflow/ecf/scripts/gfs/wave/init/jgfs_wave_init.ecf modified: ecflow/ecf/scripts/gfs/wave/post/jgfs_wave_post_bndpnt.ecf modified: ecflow/ecf/scripts/gfs/wave/post/jgfs_wave_postpnt.ecf modified: ecflow/ecf/scripts/gfs/wave/post/jgfs_wave_postsbs.ecf modified: ecflow/ecf/scripts/gfs/wave/post/jgfs_wave_prdgen_bulls.ecf modified: ecflow/ecf/scripts/gfs/wave/post/jgfs_wave_prdgen_gridded.ecf modified: ecflow/ecf/scripts/gfs/wave/prep/jgfs_wave_prep.ecf modified: jobs/JGFS_ATMOS_POSTSND modified: jobs/JGLOBAL_ATMOS_EMCSFC_SFC_PREP modified: jobs/JGLOBAL_FORECAST modified: jobs/JGLOBAL_WAVE_GEMPAK modified: jobs/JGLOBAL_WAVE_INIT modified: jobs/JGLOBAL_WAVE_POST_BNDPNT modified: jobs/JGLOBAL_WAVE_POST_PNT modified: jobs/JGLOBAL_WAVE_POST_SBS modified: jobs/JGLOBAL_WAVE_PRDGEN_BULLS modified: jobs/JGLOBAL_WAVE_PRDGEN_GRIDDED modified: jobs/JGLOBAL_WAVE_PREP modified: parm/config/config.wave modified: parm/transfer_gdas_1a.list modified: parm/transfer_gdas_1b.list modified: parm/transfer_gdas_1c.list modified: parm/transfer_gdas_enkf_enkf_05.list modified: parm/transfer_gdas_enkf_enkf_10.list modified: parm/transfer_gdas_enkf_enkf_15.list modified: parm/transfer_gdas_enkf_enkf_20.list modified: parm/transfer_gdas_enkf_enkf_25.list modified: parm/transfer_gdas_enkf_enkf_30.list modified: parm/transfer_gdas_enkf_enkf_35.list modified: parm/transfer_gdas_enkf_enkf_40.list modified: parm/transfer_gdas_enkf_enkf_45.list modified: parm/transfer_gdas_enkf_enkf_50.list modified: parm/transfer_gdas_enkf_enkf_55.list modified: parm/transfer_gdas_enkf_enkf_60.list modified: parm/transfer_gdas_enkf_enkf_65.list modified: parm/transfer_gdas_enkf_enkf_70.list modified: parm/transfer_gdas_enkf_enkf_75.list modified: parm/transfer_gdas_enkf_enkf_80.list modified: parm/transfer_gdas_enkf_enkf_misc.list modified: parm/transfer_gdas_misc.list modified: parm/transfer_gfs_1.list modified: parm/transfer_gfs_10a.list modified: parm/transfer_gfs_10b.list modified: parm/transfer_gfs_2.list modified: parm/transfer_gfs_3.list modified: parm/transfer_gfs_4.list modified: parm/transfer_gfs_5.list modified: parm/transfer_gfs_6.list modified: parm/transfer_gfs_7.list modified: parm/transfer_gfs_8.list modified: parm/transfer_gfs_9a.list modified: parm/transfer_gfs_9b.list modified: parm/transfer_gfs_misc.list modified: parm/transfer_rdhpcs_gdas.list modified: parm/transfer_rdhpcs_gdas_enkf_enkf_1.list modified: parm/transfer_rdhpcs_gdas_enkf_enkf_2.list modified: parm/transfer_rdhpcs_gdas_enkf_enkf_3.list modified: parm/transfer_rdhpcs_gdas_enkf_enkf_4.list modified: parm/transfer_rdhpcs_gdas_enkf_enkf_5.list modified: parm/transfer_rdhpcs_gdas_enkf_enkf_6.list modified: parm/transfer_rdhpcs_gdas_enkf_enkf_7.list modified: parm/transfer_rdhpcs_gdas_enkf_enkf_8.list modified: parm/transfer_rdhpcs_gfs.list modified: parm/transfer_rdhpcs_gfs_nawips.list commit ce1ae97 Merge: b096e29 e9d00e4 Author: Fanglin Yang <fanglin.yang@noaa.gov> Date: Wed Nov 18 16:55:14 2020 -0500 Merge pull request NOAA-EMC#192 from JessicaMeixner-NOAA/bf/waveICfreq wave parm update for realease/gfsv16 commit e9d00e4 Author: jessica.meixner <Jessica.Meixner@noaa.gov> Date: Wed Nov 18 19:51:25 2020 +0000 update for the wave parm so that the wave model will look for the correct restart for when gfs is not run every cycle commit f3d11b9 Merge: e3972f1 32a004a Author: Kate Friedman <kate.friedman@noaa.gov> Date: Tue Nov 17 14:01:54 2020 -0500 Merge pull request NOAA-EMC#186 from lgannoaa/feature/ccpp Initial support for CCPP. commit b096e29 Merge: 9fa9ffe 670b97c Author: Kate Friedman <kate.friedman@noaa.gov> Date: Fri Nov 6 10:54:07 2020 -0500 Merge pull request NOAA-EMC#173 from JessicaMeixner-NOAA/bugfix/rtofsissues Updates for RTOFS preprocessing for wave model commit 670b97c Author: jessica.meixner <Jessica.Meixner@noaa.gov> Date: Mon Nov 2 20:46:33 2020 +0000 updates for checking if RTOFS files exist and only processing RTOFS files for needed fhr
Squashed commit of the following: commit ef8b64150a0cb7137b1ec48e9c8f3c7e9b3223de Merge: fca3433b cffc5682 Author: Fanglin Yang <fanglin.yang@noaa.gov> Date: Mon Jan 4 10:52:08 2021 -0500 Merge pull request #231 from yangfanglin/feature/multiple_restart modified exglobal_forecast.sh to enable multiple reruns from breakpoint restart initial conditions commit cffc5682f34eb9ab0bbf42ee11eaa848152c0dbc Author: fanglin.yang <fanglin.yang@noaa.gov> Date: Wed Dec 30 18:43:34 2020 +0000 modified: exglobal_forecast.sh The breakpoint restart only works for the first restart from a breakpoint. Restart files written in RERUN_RESTRAT after the first restart has a 3-hour time shift for DO_IAU=YES cases. Forecasts starting from the 2nd breakpoint and beyond will fail becasue of incorrect initial conditins. This commit fixes this bug. commit fca3433bf869b12cade480e1394688d7b6f95687 Merge: a95cce5f abb168bc Author: Kate Friedman <kate.friedman@noaa.gov> Date: Fri Dec 18 09:30:21 2020 -0500 Merge pull request #221 from NOAA-EMC/nco_v16_changes NCO changes for v16.0.3 commit abb168bc32fdff7b08ce8ecc54ea832aabf03c44 Author: kate.friedman <kate.friedman@noaa.gov> Date: Thu Dec 17 19:17:26 2020 +0000 Issue #1 and issue #220 - set C192/C96/C48 npe_eobs back to dev values for develop commit 65b4d965fa6ebee445a509a0593e925ae5d5b513 Merge: a95cce5f e89045b9 Author: kate.friedman <kate.friedman@noaa.gov> Date: Thu Dec 17 18:46:06 2020 +0000 Issue #1 - merge v16.0.3 changes from NCO into develop commit e89045b9fb1d9026810ef5c77a3554c67c41718e Author: kate.friedman <kate.friedman@noaa.gov> Date: Wed Dec 16 16:38:01 2020 +0000 Issue #1 - add grib_util module load to several analysis ecflow scripts commit a95cce5f3e123a241000b209fb50cc8911d13466 Merge: 1562bb97 2646921d Author: Kate Friedman <kate.friedman@noaa.gov> Date: Tue Dec 15 14:05:27 2020 -0500 Merge pull request #216 from NOAA-EMC/issue189 Issue #189 - update ufs-weather-model hash commit 2646921d0da6dc8a136ebeba6cceceacf3806c23 Author: kate.friedman <kate.friedman@noaa.gov> Date: Tue Dec 15 18:56:33 2020 +0000 Issue #189 - update ufs-weather-model hash commit 1562bb97ac21ce2406ed21f76b7c8d58cecf4a2a Merge: f3d11b9b 7a9bc00e Author: Kate Friedman <kate.friedman@noaa.gov> Date: Tue Dec 15 09:51:07 2020 -0500 Merge pull request #213 from NOAA-EMC/hotfixes Hotfixes - issues #201, 202, 208 commit 7a9bc00e367126044f83b0fc9b737386788899a9 Author: Kate.Friedman <Kate.Friedman@noaa.gov> Date: Mon Dec 14 21:35:58 2020 +0000 Issue #201 - workaround for failing post000 job before hpc-stack solution commit 425588f711812819744c8060a46444b9d4bf2b63 Author: kate.friedman <kate.friedman@noaa.gov> Date: Mon Dec 14 21:06:20 2020 +0000 Issue #1 - update WAFS tag to gfs_wafs.v6.0.17 for dbn_alert change commit ec5e2e5dd98d80ca3e3d696d5eb19a5a4180c87b Author: kate.friedman <kate.friedman@noaa.gov> Date: Mon Dec 14 15:06:16 2020 +0000 Issue #1 - correct gridded wave parm files for v16.0.3 commit 39246c6e1604e9e81ddc384c951861c43e30cdcf Author: kate.friedman <kate.friedman@noaa.gov> Date: Fri Dec 11 19:26:51 2020 +0000 Issue #1 - changes from NCO for GFSv16.0.3 commit b9f7de8af3cb966fa756e38feaf98ce1f84ee2f3 Author: Kate.Friedman <Kate.Friedman@noaa.gov> Date: Thu Dec 10 19:15:00 2020 +0000 Issue #1 - update Externals.cfg with final tags for GFSv16.0.2 commit cff28bdbf0daa6980766a011f73e2a021aee2341 Author: Kate.Friedman <Kate.Friedman@noaa.gov> Date: Thu Dec 10 15:59:05 2020 +0000 Fixes for issue #202 (FINDDATE) and issue #208 (postsnd.sh permissions) commit 7c7482de947ae686b619fc72e7dd192410b7e0f7 Author: Kate.Friedman <Kate.Friedman@noaa.gov> Date: Thu Dec 10 14:10:25 2020 +0000 Issue #1 - correct permissions on jobs/rocoto/postsnd.sh commit dee856c5b54c19cc9de6898908fdb9d4f8d99baa Author: kate.friedman <kate.friedman@noaa.gov> Date: Wed Dec 9 20:58:20 2020 +0000 Issue #1 - update gempak version to 7.3.3 in the ecflow gfs.ver file commit 0ee264bef7ea71d32426b6b6d77109e73b4235ff Author: kate.friedman <kate.friedman@noaa.gov> Date: Wed Dec 9 18:49:54 2020 +0000 Issue #1 - update gempak and dumpjb versions to 7.3.3 and 5.1.0 respectively commit b5d97ab6912596d3b343843ba3ef6e8c5f71a21a Merge: 6da1a24b be5f9ece Author: Kate Friedman <kate.friedman@noaa.gov> Date: Mon Dec 7 14:49:29 2020 -0500 Merge pull request #205 from NOAA-EMC/release/gfsv16.0.0.nco Script alert updates from NCO for wave downstream commit be5f9ece8329ee6b18af92d044809f018404669b Author: kate.friedman <kate.friedman@noaa.gov> Date: Mon Dec 7 19:45:23 2020 +0000 Script alert updates from NCO for wave downstream commit 6da1a24ba89c80ee5f5df38136d03483207d39dd Merge: ce1ae970 069f2662 Author: Kate Friedman <kate.friedman@noaa.gov> Date: Mon Dec 7 14:12:37 2020 -0500 Merge pull request #204 from NOAA-EMC/release/gfsv16.0.0.nco GFSv16 NCO changes - early December edition commit 069f2662bc2eabc822f13eec4e2f69f1c39606a8 Author: kate.friedman <kate.friedman@noaa.gov> Date: Wed Dec 2 20:01:17 2020 +0000 Add override for COMIN_WAV_RTOFS in emc mode for waveprep job commit 194f280cf7351d58b0295af35c91e74ac6925d0b Author: russ.treadon <Russ.Treadon@noaa.gov> Date: Mon Nov 30 18:47:19 2020 +0000 Issue #197: place CDATE specific sections of config.anal and config.prep inside RUN_ENVIR=emc blocks. These sections are use for retrospective parallels and therefore do not need to be executed in operations (NCO). commit d82efa8417fe6247ed08cd74a447460ba6bb51f9 Author: fanglin.yang <fanglin.yang@noaa.gov> Date: Mon Nov 30 18:06:12 2020 +0000 modified: JGLOBAL_FORECAST commit 25a28c8dacc8659071eca65be15fb4de08b18d80 Author: fanglin.yang <fanglin.yang@noaa.gov> Date: Mon Nov 30 17:02:05 2020 +0000 modified: JGLOBAL_FORECAST to make it work for both emc and nco running environments. commit 7283c7e60c98639c6466ce5903ab03c36a7f5f57 Author: fanglin.yang <fanglin.yang@noaa.gov> Date: Fri Nov 27 22:16:31 2020 +0000 modified: JGLOBAL_FORECAST A test showed that jobid is not defined in JGLOBAL_FORECAST running in the Rocoto environment. jobid is defined in ./env files. Defining DATA without sourcing ./env/$nachine.env caused the script to fail. Move the definitin of DATA after sourcing env parameters commit e6003773c0af51bd15eb2bdb6831c99dcce1cc5b Author: fanglin.yang <fanglin.yang@noaa.gov> Date: Tue Nov 24 03:25:23 2020 +0000 modified: checkout.sh to use WAFS tag gfs_wafs.v6.0.16 commit bd5294ee6844f8a5adbd04eae78999068c0961a2 Author: fanglin.yang <fanglin.yang@noaa.gov> Date: Sat Nov 21 17:32:05 2020 +0000 modified: checkout.sh to update UPP to upp_gfsv16_release.v1.1.1, a minor syntax bug fix commit 5a516b4cdf0333e4b8316c8cbda7be9f9dccc543 Author: fanglin.yang <fanglin.yang@noaa.gov> Date: Fri Nov 20 05:08:33 2020 +0000 modified: link_fv3gfs.sh to 1) use hard copies of external fix fields and executable for NCO installation 2) use soft links for all other files and directories for both NCO and EMC installations commit 759cf3341bb400d3b3254a05a624e3ab671ef6cd Author: fanglin.yang <fanglin.yang@noaa.gov> Date: Fri Nov 20 04:51:48 2020 +0000 Compared local files in NCO implementation directory with release/gfs.v16.0.0 branch, changes made by NCO(Jen Yang) in the following files are either accepted or rejected. use EMC's updated version modified: jobs/JGFS_ATMOS_POSTSND Use NCO's updated version modified: jobs/JGLOBAL_FORECAST modified: jobs/JGLOBAL_WAVE_GEMPAK modified: jobs/JGLOBAL_WAVE_POST_BNDPNT modified: jobs/JGLOBAL_WAVE_POST_PNT modified: jobs/JGLOBAL_WAVE_POST_SBS modified: jobs/JGLOBAL_WAVE_PRDGEN_BULLS modified: jobs/JGLOBAL_WAVE_PRDGEN_GRIDDED modified: parm/config/config.base.nco.static Updated by both NCO and EMC modified: parm/config/config.wave Updated gldas tag to gldas_gfsv16_release.v1.12.0 modified: sorc/checkout.sh commit f39ea0cbbabaa5e69e03cec4db309e2adfb33756 Author: fanglin.yang <fanglin.yang@noaa.gov> Date: Thu Nov 19 04:43:17 2020 +0000 create a new branch release/gfsv16.0.0.nco to merge changes made by NCO in /gpfs/dell1/nco/ops/nwpara/gfs-v16/gfs.v16.0.1 back to EMC's repository modified: ecflow/ecf/scripts/gdas/atmos/analysis/jgdas_atmos_analysis.ecf modified: ecflow/ecf/scripts/gdas/atmos/analysis/jgdas_atmos_analysis_calc.ecf modified: ecflow/ecf/scripts/gdas/atmos/analysis/jgdas_atmos_analysis_diag.ecf modified: ecflow/ecf/scripts/gdas/atmos/gempak/jgdas_atmos_gempak.ecf modified: ecflow/ecf/scripts/gdas/atmos/gempak/jgdas_atmos_gempak_meta_ncdc.ecf modified: ecflow/ecf/scripts/gdas/atmos/init/jgdas_atmos_gldas.ecf modified: ecflow/ecf/scripts/gdas/atmos/obsproc/dump/jgdas_atmos_dump.ecf modified: ecflow/ecf/scripts/gdas/atmos/obsproc/dump/jgdas_atmos_dump_alert.ecf modified: ecflow/ecf/scripts/gdas/atmos/obsproc/dump/jgdas_atmos_dump_post.ecf modified: ecflow/ecf/scripts/gdas/atmos/obsproc/dump/jgdas_atmos_tropcy_qc_reloc.ecf modified: ecflow/ecf/scripts/gdas/atmos/obsproc/prep/jgdas_atmos_emcsfc_sfc_prep.ecf modified: ecflow/ecf/scripts/gdas/atmos/obsproc/prep/jgdas_atmos_prep.ecf modified: ecflow/ecf/scripts/gdas/atmos/obsproc/prep/jgdas_atmos_prep_post.ecf modified: ecflow/ecf/scripts/gdas/atmos/post/jgdas_atmos_post_anl.ecf modified: ecflow/ecf/scripts/gdas/atmos/post/jgdas_atmos_post_f000.ecf modified: ecflow/ecf/scripts/gdas/atmos/post/jgdas_atmos_post_f001.ecf modified: ecflow/ecf/scripts/gdas/atmos/post/jgdas_atmos_post_f002.ecf modified: ecflow/ecf/scripts/gdas/atmos/post/jgdas_atmos_post_f003.ecf modified: ecflow/ecf/scripts/gdas/atmos/post/jgdas_atmos_post_f004.ecf modified: ecflow/ecf/scripts/gdas/atmos/post/jgdas_atmos_post_f005.ecf modified: ecflow/ecf/scripts/gdas/atmos/post/jgdas_atmos_post_f006.ecf modified: ecflow/ecf/scripts/gdas/atmos/post/jgdas_atmos_post_f007.ecf modified: ecflow/ecf/scripts/gdas/atmos/post/jgdas_atmos_post_f008.ecf modified: ecflow/ecf/scripts/gdas/atmos/post/jgdas_atmos_post_f009.ecf modified: ecflow/ecf/scripts/gdas/atmos/post/jgdas_atmos_post_manager.ecf modified: ecflow/ecf/scripts/gdas/atmos/post_processing/jgdas_atmos_chgres_forenkf.ecf modified: ecflow/ecf/scripts/gdas/atmos/verf/jgdas_atmos_verfozn.ecf modified: ecflow/ecf/scripts/gdas/atmos/verf/jgdas_atmos_verfrad.ecf modified: ecflow/ecf/scripts/gdas/atmos/verf/jgdas_atmos_vminmon.ecf modified: ecflow/ecf/scripts/gdas/enkf/analysis/create/jgdas_enkf_diag.ecf modified: ecflow/ecf/scripts/gdas/enkf/analysis/create/jgdas_enkf_select_obs.ecf modified: ecflow/ecf/scripts/gdas/enkf/analysis/create/jgdas_enkf_update.ecf modified: ecflow/ecf/scripts/gdas/enkf/analysis/recenter/ecen/jgdas_enkf_ecen.ecf modified: ecflow/ecf/scripts/gdas/enkf/analysis/recenter/jgdas_enkf_sfc.ecf modified: ecflow/ecf/scripts/gdas/enkf/forecast/jgdas_enkf_fcst.ecf modified: ecflow/ecf/scripts/gdas/jgdas_forecast.ecf modified: ecflow/ecf/scripts/gdas/wave/init/jgdas_wave_init.ecf modified: ecflow/ecf/scripts/gdas/wave/post/jgdas_wave_postpnt.ecf modified: ecflow/ecf/scripts/gdas/wave/post/jgdas_wave_postsbs.ecf modified: ecflow/ecf/scripts/gdas/wave/prep/jgdas_wave_prep.ecf modified: ecflow/ecf/scripts/gfs/atmos/analysis/jgfs_atmos_analysis.ecf modified: ecflow/ecf/scripts/gfs/atmos/analysis/jgfs_atmos_analysis_calc.ecf modified: ecflow/ecf/scripts/gfs/atmos/gempak/jgfs_atmos_gempak.ecf modified: ecflow/ecf/scripts/gfs/atmos/gempak/jgfs_atmos_gempak_meta.ecf modified: ecflow/ecf/scripts/gfs/atmos/gempak/jgfs_atmos_gempak_ncdc_upapgif.ecf modified: ecflow/ecf/scripts/gfs/atmos/gempak/jgfs_atmos_npoess_pgrb2_0p5deg.ecf modified: ecflow/ecf/scripts/gfs/atmos/gempak/jgfs_atmos_pgrb2_spec_gempak.ecf modified: ecflow/ecf/scripts/gfs/atmos/obsproc/dump/jgfs_atmos_dump.ecf modified: ecflow/ecf/scripts/gfs/atmos/obsproc/dump/jgfs_atmos_dump_alert.ecf modified: ecflow/ecf/scripts/gfs/atmos/obsproc/dump/jgfs_atmos_dump_post.ecf modified: ecflow/ecf/scripts/gfs/atmos/obsproc/dump/jgfs_atmos_tropcy_qc_reloc.ecf modified: ecflow/ecf/scripts/gfs/atmos/obsproc/prep/jgfs_atmos_emcsfc_sfc_prep.ecf modified: ecflow/ecf/scripts/gfs/atmos/obsproc/prep/jgfs_atmos_prep.ecf modified: ecflow/ecf/scripts/gfs/atmos/obsproc/prep/jgfs_atmos_prep_post.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_anl.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f000.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f001.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f002.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f003.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f004.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f005.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f006.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f007.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f008.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f009.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f010.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f011.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f012.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f013.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f014.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f015.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f016.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f017.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f018.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f019.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f020.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f021.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f022.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f023.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f024.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f025.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f026.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f027.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f028.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f029.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f030.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f031.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f032.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f033.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f034.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f035.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f036.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f037.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f038.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f039.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f040.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f041.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f042.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f043.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f044.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f045.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f046.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f047.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f048.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f049.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f050.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f051.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f052.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f053.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f054.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f055.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f056.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f057.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f058.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f059.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f060.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f061.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f062.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f063.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f064.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f065.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f066.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f067.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f068.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f069.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f070.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f071.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f072.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f073.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f074.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f075.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f076.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f077.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f078.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f079.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f080.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f081.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f082.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f083.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f084.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f085.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f086.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f087.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f088.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f089.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f090.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f091.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f092.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f093.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f094.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f095.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f096.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f097.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f098.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f099.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f100.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f101.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f102.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f103.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f104.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f105.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f106.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f107.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f108.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f109.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f110.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f111.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f112.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f113.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f114.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f115.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f116.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f117.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f118.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f119.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f120.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f123.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f126.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f129.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f132.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f135.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f138.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f141.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f144.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f147.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f150.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f153.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f156.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f159.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f162.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f165.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f168.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f171.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f174.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f177.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f180.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f183.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f186.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f189.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f192.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f195.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f198.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f201.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f204.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f207.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f210.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f213.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f216.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f219.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f222.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f225.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f228.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f231.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f234.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f237.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f240.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f243.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f246.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f249.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f252.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f255.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f258.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f261.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f264.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f267.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f270.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f273.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f276.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f279.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f282.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f285.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f288.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f291.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f294.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f297.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f300.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f303.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f306.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f309.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f312.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f315.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f318.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f321.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f324.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f327.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f330.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f333.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f336.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f339.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f342.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f345.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f348.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f351.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f354.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f357.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f360.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f363.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f366.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f369.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f372.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f375.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f378.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f381.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f384.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_manager.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f000.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f003.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f006.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f009.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f012.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f015.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f018.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f021.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f024.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f027.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f030.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f033.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f036.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f039.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f042.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f045.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f048.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f051.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f054.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f057.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f060.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f063.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f066.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f069.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f072.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f075.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f078.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f081.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f084.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f090.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f096.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f102.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f108.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f114.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f120.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f126.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f132.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f138.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f144.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f150.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f156.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f162.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f168.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f174.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f180.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f186.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f192.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f198.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f204.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f210.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f216.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f222.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f228.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f234.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f240.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f000.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f003.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f006.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f009.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f012.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f015.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f018.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f021.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f024.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f027.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f030.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f033.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f036.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f039.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f042.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f045.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f048.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f051.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f054.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f057.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f060.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f063.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f066.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f069.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f072.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f075.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f078.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f081.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f084.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f090.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f096.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f102.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f108.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f114.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f120.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f126.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f132.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f138.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f144.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f150.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f156.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f162.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f168.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f174.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f180.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f186.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f192.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f198.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f204.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f210.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f216.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f222.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f228.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f234.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f240.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/bufr_sounding/jgfs_atmos_postsnd.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/bulletins/jgfs_atmos_fbwind.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/grib2_wafs/jgfs_atmos_wafs_blending.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/grib2_wafs/jgfs_atmos_wafs_blending_0p25.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/grib2_wafs/jgfs_atmos_wafs_grib2.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/grib2_wafs/jgfs_atmos_wafs_grib2_0p25.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/grib_wafs/jgfs_atmos_wafs_f00.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/grib_wafs/jgfs_atmos_wafs_f06.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/grib_wafs/jgfs_atmos_wafs_f102.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/grib_wafs/jgfs_atmos_wafs_f108.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/grib_wafs/jgfs_atmos_wafs_f114.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/grib_wafs/jgfs_atmos_wafs_f12.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/grib_wafs/jgfs_atmos_wafs_f120.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/grib_wafs/jgfs_atmos_wafs_f18.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/grib_wafs/jgfs_atmos_wafs_f24.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/grib_wafs/jgfs_atmos_wafs_f30.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/grib_wafs/jgfs_atmos_wafs_f36.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/grib_wafs/jgfs_atmos_wafs_f42.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/grib_wafs/jgfs_atmos_wafs_f48.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/grib_wafs/jgfs_atmos_wafs_f54.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/grib_wafs/jgfs_atmos_wafs_f60.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/grib_wafs/jgfs_atmos_wafs_f66.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/grib_wafs/jgfs_atmos_wafs_f72.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/grib_wafs/jgfs_atmos_wafs_f78.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/grib_wafs/jgfs_atmos_wafs_f84.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/grib_wafs/jgfs_atmos_wafs_f90.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/grib_wafs/jgfs_atmos_wafs_f96.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/jgfs_atmos_wafs_gcip.ecf modified: ecflow/ecf/scripts/gfs/atmos/verf/jgfs_atmos_vminmon.ecf modified: ecflow/ecf/scripts/gfs/jgfs_forecast.ecf modified: ecflow/ecf/scripts/gfs/wave/gempak/jgfs_wave_gempak.ecf modified: ecflow/ecf/scripts/gfs/wave/init/jgfs_wave_init.ecf modified: ecflow/ecf/scripts/gfs/wave/post/jgfs_wave_post_bndpnt.ecf modified: ecflow/ecf/scripts/gfs/wave/post/jgfs_wave_postpnt.ecf modified: ecflow/ecf/scripts/gfs/wave/post/jgfs_wave_postsbs.ecf modified: ecflow/ecf/scripts/gfs/wave/post/jgfs_wave_prdgen_bulls.ecf modified: ecflow/ecf/scripts/gfs/wave/post/jgfs_wave_prdgen_gridded.ecf modified: ecflow/ecf/scripts/gfs/wave/prep/jgfs_wave_prep.ecf modified: jobs/JGFS_ATMOS_POSTSND modified: jobs/JGLOBAL_ATMOS_EMCSFC_SFC_PREP modified: jobs/JGLOBAL_FORECAST modified: jobs/JGLOBAL_WAVE_GEMPAK modified: jobs/JGLOBAL_WAVE_INIT modified: jobs/JGLOBAL_WAVE_POST_BNDPNT modified: jobs/JGLOBAL_WAVE_POST_PNT modified: jobs/JGLOBAL_WAVE_POST_SBS modified: jobs/JGLOBAL_WAVE_PRDGEN_BULLS modified: jobs/JGLOBAL_WAVE_PRDGEN_GRIDDED modified: jobs/JGLOBAL_WAVE_PREP modified: parm/config/config.wave modified: parm/transfer_gdas_1a.list modified: parm/transfer_gdas_1b.list modified: parm/transfer_gdas_1c.list modified: parm/transfer_gdas_enkf_enkf_05.list modified: parm/transfer_gdas_enkf_enkf_10.list modified: parm/transfer_gdas_enkf_enkf_15.list modified: parm/transfer_gdas_enkf_enkf_20.list modified: parm/transfer_gdas_enkf_enkf_25.list modified: parm/transfer_gdas_enkf_enkf_30.list modified: parm/transfer_gdas_enkf_enkf_35.list modified: parm/transfer_gdas_enkf_enkf_40.list modified: parm/transfer_gdas_enkf_enkf_45.list modified: parm/transfer_gdas_enkf_enkf_50.list modified: parm/transfer_gdas_enkf_enkf_55.list modified: parm/transfer_gdas_enkf_enkf_60.list modified: parm/transfer_gdas_enkf_enkf_65.list modified: parm/transfer_gdas_enkf_enkf_70.list modified: parm/transfer_gdas_enkf_enkf_75.list modified: parm/transfer_gdas_enkf_enkf_80.list modified: parm/transfer_gdas_enkf_enkf_misc.list modified: parm/transfer_gdas_misc.list modified: parm/transfer_gfs_1.list modified: parm/transfer_gfs_10a.list modified: parm/transfer_gfs_10b.list modified: parm/transfer_gfs_2.list modified: parm/transfer_gfs_3.list modified: parm/transfer_gfs_4.list modified: parm/transfer_gfs_5.list modified: parm/transfer_gfs_6.list modified: parm/transfer_gfs_7.list modified: parm/transfer_gfs_8.list modified: parm/transfer_gfs_9a.list modified: parm/transfer_gfs_9b.list modified: parm/transfer_gfs_misc.list modified: parm/transfer_rdhpcs_gdas.list modified: parm/transfer_rdhpcs_gdas_enkf_enkf_1.list modified: parm/transfer_rdhpcs_gdas_enkf_enkf_2.list modified: parm/transfer_rdhpcs_gdas_enkf_enkf_3.list modified: parm/transfer_rdhpcs_gdas_enkf_enkf_4.list modified: parm/transfer_rdhpcs_gdas_enkf_enkf_5.list modified: parm/transfer_rdhpcs_gdas_enkf_enkf_6.list modified: parm/transfer_rdhpcs_gdas_enkf_enkf_7.list modified: parm/transfer_rdhpcs_gdas_enkf_enkf_8.list modified: parm/transfer_rdhpcs_gfs.list modified: parm/transfer_rdhpcs_gfs_nawips.list commit ce1ae9709fe506f32833910f3cf4f68117c7d0f2 Merge: b096e294 e9d00e41 Author: Fanglin Yang <fanglin.yang@noaa.gov> Date: Wed Nov 18 16:55:14 2020 -0500 Merge pull request #192 from JessicaMeixner-NOAA/bf/waveICfreq wave parm update for realease/gfsv16 commit e9d00e41e939fca68a39293b973326531f3c6983 Author: jessica.meixner <Jessica.Meixner@noaa.gov> Date: Wed Nov 18 19:51:25 2020 +0000 update for the wave parm so that the wave model will look for the correct restart for when gfs is not run every cycle commit f3d11b9bc7e669f4c11266654649c4d5e28f16a9 Merge: e3972f17 32a004aa Author: Kate Friedman <kate.friedman@noaa.gov> Date: Tue Nov 17 14:01:54 2020 -0500 Merge pull request #186 from lgannoaa/feature/ccpp Initial support for CCPP. commit 32a004aae3949e8fd3bda7a4f628995317d33f47 Merge: 66cc1a06 036cc113 Author: lgannoaa <37596169+lgannoaa@users.noreply.github.com> Date: Tue Nov 17 13:15:37 2020 -0500 Merge pull request #2 from KateFriedman-NOAA/ccpp Adjust efcs walltime and eupd thread value on Orion commit 036cc113dcd5787ce4bccfb11fb71ed7935bc982 Author: kate.friedman <kate.friedman@noaa.gov> Date: Tue Nov 17 10:44:02 2020 -0600 Adjust efcs walltime and eupd thread value on Orion commit 66cc1a062ba1b430e9ebaf41715997a3de0ff023 Merge: 9e8f9605 2432dc5b Author: lgannoaa <37596169+lgannoaa@users.noreply.github.com> Date: Mon Nov 16 15:48:34 2020 -0500 Merge pull request #1 from KateFriedman-NOAA/ccpp Fix missing COMROOT setting for Orion commit 2432dc5bbb1b3bc4c317063811333a5b30065794 Author: kate.friedman <kate.friedman@noaa.gov> Date: Mon Nov 16 14:40:59 2020 -0600 Fix missing COMROOT setting on Orion commit 9e8f960508e82f31e9d57da0fc37600b9697e4c9 Author: Lin.Gan <lin.gan@noaa.gov> Date: Mon Nov 16 18:24:08 2020 +0000 Modify build_all.sh while getopts "oc" option to while getopts "c" option commit 587e1986cb5c6307f2d10a01758994ce1155e36d Author: Lin.Gan <lin.gan@noaa.gov> Date: Mon Nov 16 18:21:16 2020 +0000 scripts/exglobal_forecast.sh Merge with v16ccpp commit 6066462b23d34db815ed73c630ef624c41239215 Author: Lin.Gan <lin.gan@noaa.gov> Date: Mon Nov 16 17:53:44 2020 +0000 As requested, using 2e25df5fe952d27355ed58963148f46b82565469 for ufs-weather-model. commit bf312432b662c3e2b7bd8cd5de19dd5b5ee0c042 Merge: dd7b0068 d59c09c6 Author: Lin.Gan <lin.gan@noaa.gov> Date: Mon Nov 16 17:41:32 2020 +0000 Merge remote-tracking branch 'upstream/v16ccpp' into feature/ccpp Pull in the iovr=3 in config.fcst commit dd7b0068cf0b598e58af41a92712e393674d14fd Author: Lin.Gan <lin.gan@noaa.gov> Date: Mon Nov 16 14:39:04 2020 +0000 Modify exglobal_forecast.sh to create namelist in runable sequence. commit d59c09c6d9445110871da231ef9945d201986f81 Author: fanglin.yang <fanglin.yang@noaa.gov> Date: Mon Nov 16 04:06:48 2020 +0000 modified: ../scripts/exglobal_forecast.sh commit d8aa4423f1a6f2c63c00a4ed5a38a4df6501ef7b Author: fanglin.yang <fanglin.yang@noaa.gov> Date: Mon Nov 16 04:04:43 2020 +0000 modified checkout.sh to check out a hash instead of head of the develop branch commit e29fd0c517840a9996987e7ae21f78cc2af8ca12 Author: fanglin.yang <fanglin.yang@noaa.gov> Date: Mon Nov 16 03:00:50 2020 +0000 modified: ../parm/config/config.fcst and exglobal_forecast.sh 1. use iovr for model after https://github.com/NCAR/ccpp-physics/pull/514 and iovr_sw and iovr_lw for older version of the model, controled by RUN_CCPP 2. remove the if block and use atmos_model_nml to turn on/off the CCPP option commit 1ec0ebf31767422a67e3f56c951f5ccb2305c7e5 Author: fanglin.yang <fanglin.yang@noaa.gov> Date: Sun Nov 15 17:48:51 2020 -0500 bug fix exglobal_forecast.sh commit 336647bcaced053baeee43ef2417b34b6b196439 Author: fanglin.yang <fanglin.yang@noaa.gov> Date: Sun Nov 15 12:55:20 2020 -0500 modified: exglobal_forecast.sh to add min_lakeice = ${min_lakeice:-"0.15"} min_seaice = ${min_seaice:-"0.15"} commit 9616b2eef626ce8db2f3a5da343b0a7ece2137cb Author: fanglin.yang <fanglin.yang@noaa.gov> Date: Sun Nov 15 04:05:48 2020 +0000 modified: build_fv3.sh commit fe79b87abbeca26939dbcc1ccd7cb5fb2624e666 Author: Lin.Gan <lin.gan@noaa.gov> Date: Fri Nov 13 20:11:26 2020 +0000 Clean up development code from build_all commit 9cd719d0609cefb3261870528b88c54d24117c47 Author: Lin.Gan <lin.gan@noaa.gov> Date: Fri Nov 13 19:53:31 2020 +0000 Modified build_all.sh checkout.sh partial_build.sh to allow switch turn on/off ccpp option Turn on CCPP usage: checkout.sh -c build_all.sh -c Turn off CCPP usage: checkout.sh build_all.sh commit 8aed1e4d44166ffb6036409bced3ad04f038dfc4 Author: fanglin.yang <fanglin.yang@noaa.gov> Date: Fri Nov 13 17:04:07 2020 +0000 modified: ../scripts/exglobal_forecast.sh modified: build_all.sh build_fv3.sh to automatically detect model version, CCPP vs IPD commit 7826668c6baaf113785e88b79bc059f8a430eace Author: Lin.Gan <lin.gan@noaa.gov> Date: Fri Nov 13 15:44:31 2020 +0000 Remove development configuration from config.nsst commit 1e5ebe44fd525135114b0fc74a698cadd2eb5eaa Merge: 0b540d78 b0536156 Author: Lin.Gan <lin.gan@noaa.gov> Date: Fri Nov 13 15:36:06 2020 +0000 Merge remote-tracking branch 'upstream/v16ccpp' into feature/ccpp commit 0b540d78c47755cb0bd68a8dc934461ec1bef345 Author: Lin.Gan <lin.gan@noaa.gov> Date: Fri Nov 13 15:35:26 2020 +0000 update eupd resource commit 267c661710562ab620c07212626268f0201c6c20 Author: Lin.Gan <lin.gan@noaa.gov> Date: Fri Nov 13 15:31:56 2020 +0000 Merge with v16ccpp modified: parm/config/config.base.emc.dyn modified: parm/config/config.resources modified: scripts/exglobal_forecast.sh modified: sorc/build_fv3.sh modified: sorc/checkout.sh commit b0536156ed8383150fc65d5897c6acd17c0df248 Author: fanglin.yang <fanglin.yang@noaa.gov> Date: Fri Nov 13 06:30:25 2020 +0000 modified: parm/config/config.base.emc.dyn parm/config/config.base.nco.static scripts/exglobal_forecast.sh sorc/build_all.sh sorc/build_fv3.sh sorc/checkout.sh to add the option to check out ufs_weather_model and run with CCPP phsyics commit b80676925e5dca6c26d8dbf59c8ca74c0efe5fcb Author: Lin.Gan <lin.gan@noaa.gov> Date: Thu Nov 12 20:18:08 2020 +0000 sync config.base.emc.dyn and config.resources with development commit 6e6fdd79515966f84334e9319dbb3b9cfff9095c Author: Lin.Gan <lin.gan@noaa.gov> Date: Thu Nov 12 19:28:06 2020 +0000 Remove GSD suite file and aero IC extract util commit 8aed527d4358e131fba73785469d1fec957e619a Author: Lin.Gan <lin.gan@noaa.gov> Date: Thu Nov 12 18:23:21 2020 +0000 deleted: jobs/rocoto/aeroic.sh commit d2191414c48835799e578a6010d7dbfdb6babb78 Author: Lin.Gan <lin.gan@noaa.gov> Date: Thu Nov 12 18:11:43 2020 +0000 Changes to be committed: modified: jobs/rocoto/fcst.sh deleted: modulefiles/module_base.wcoss_dell_p3_fcst deleted: parm/config/config.aeroic modified: parm/config/config.base.emc.dyn modified: parm/config/config.resources modified: sorc/build_fv3.sh modified: sorc/checkout.sh modified: sorc/link_fv3gfs.sh deleted: ush/load_fv3gfs_modules_fcst.sh deleted: ush/rocoto/setup_workflow_fcstonly_aeroic.py commit 490f0a73d852f709e1232d4a4a9ee7f3d95d58d9 Merge: 52f59845 e3972f17 Author: Lin.Gan <lin.gan@noaa.gov> Date: Thu Nov 12 15:49:48 2020 +0000 Merge remote-tracking branch 'upstream/develop' into feature/ccpp commit 52f59845f62bd9cc16b6b1197a7de04a4b4a1d86 Author: Lin.Gan <lin.gan@noaa.gov> Date: Thu Nov 12 15:04:33 2020 +0000 As of 11/12/2020, this package is tested with a C768 cycled (6 cycle) run on Dell system using FV3_GFS_v16beta (imp_physics=11). The wave components are turned off. Ready to merge back to the development. The expdir and log files are available on HPSS: /NCEPDEV/emc-global/1year/Lin.Gan/WCOSS_DELL_P3/feature_ccpp/FV3_GFS_v16beta/FV3_GFS_v16beta-LOG.tar /NCEPDEV/emc-global/1year/Lin.Gan/WCOSS_DELL_P3/feature_ccpp/FV3_GFS_v16beta/FV3_GFS_v16beta-EXPT.tar File parm/config/config.resources has been modified to fix EUPD job issue in job card resource. File sorc/build_fv3.sh and sorc/link_fv3gfs.sh changed to clear up development remark. Removed a developer directory that is not required for FV3_GFS_v16beta confiruration. commit e3972f1778242d696bcc4eb4a979d46373e8d193 Merge: 9f7eebaf 671856dd Author: Kate Friedman <kate.friedman@noaa.gov> Date: Fri Nov 6 12:55:23 2020 -0500 Merge pull request #174 from NOAA-EMC/port2orion GFSv16 release hand-off state, Orion support, and additional low res R&D updates commit b096e2941e4817eace7d8d9e9173ca92a3f72944 Merge: 9fa9ffe9 670b97c2 Author: Kate Friedman <kate.friedman@noaa.gov> Date: Fri Nov 6 10:54:07 2020 -0500 Merge pull request #173 from JessicaMeixner-NOAA/bugfix/rtofsissues Updates for RTOFS preprocessing for wave model commit 671856ddf96ff4ae2df8a5feacd1b184ce9b8702 Merge: 5383477a 9f7eebaf Author: Kate.Friedman <Kate.Friedman@noaa.gov> Date: Thu Nov 5 20:43:26 2020 +0000 Sync merge with develop to resolve conflicts commit 5383477af879dd671dbab066b41eea7e2428e50f Author: Kate.Friedman <Kate.Friedman@noaa.gov> Date: Thu Nov 5 18:46:43 2020 +0000 Change wavepostbndpnt to wait for fcst to end commit 201abf3e7ed9b5cb66bec43bcb9e4d34b3c6d5f9 Merge: f4ceb182 9fa9ffe9 Author: kate.friedman <kate.friedman@noaa.gov> Date: Thu Nov 5 12:10:32 2020 -0600 Merge remote-tracking branch 'origin/release/gfsv16.0.0' into port2orion * origin/release/gfsv16.0.0: Issue #1 - update WAFS tag to gfs_wafs.v6.0.14 and update dumpjb version to 5.1.0 modified: jobs/JGFS_ATMOS_POSTSND and jobs/rocoto/postsnd.sh to remove redundant variables in the two scripts and make them work for both EMC and NCO parallels. Issue #1 - update WAFS tag to gfs_wafs.v6.0.13 Rename Release_Notes.gfs.v16.0.0.txt to Release_Notes.gfs.v16.0.0.md Issue #1 - update WAFS tag to gfs_wafs.v6.0.12 for removal of in-cloud turbulence per AWC commit f4ceb182685a5d6d6fb18b2e40c48ae0623a0794 Author: Kate.Friedman <Kate.Friedman@noaa.gov> Date: Thu Nov 5 14:49:08 2020 +0000 Hera updates for OUTPUT_FILETYPES and resources commit 896d19529c828a62574c835d6d372701588fe758 Author: kate.friedman <kate.friedman@noaa.gov> Date: Wed Nov 4 10:19:17 2020 -0600 Set nth_fcst to 4 for C384 deterministic commit 37d01e9fc68517c39b66a1ab67453b016666d590 Author: kate.friedman <kate.friedman@noaa.gov> Date: Tue Nov 3 14:06:59 2020 -0600 Tie DOIAU_ENKF to DOIAU and add DOIAU check for IAU_OFFSET and IAU_FHROT in config.base commit 1a11fd21740860275f9be14caf1e615691075414 Author: kate.friedman <kate.friedman@noaa.gov> Date: Tue Nov 3 14:49:12 2020 +0000 Increase gfsfcst walltime for C192 commit 670b97c2673054b8d18a004390af0093520b1968 Author: jessica.meixner <Jessica.Meixner@noaa.gov> Date: Mon Nov 2 20:46:33 2020 +0000 updates for checking if RTOFS files exist and only processing RTOFS files for needed fhr commit 190b78c8d34f60e84c80b47a97cb4184e4e11fd9 Author: Kate.Friedman <Kate.Friedman@noaa.gov> Date: Mon Nov 2 18:41:32 2020 +0000 Set nth_fcst to 4 for C384 on Hera to handle less memory commit 713c51eabc40b80e02314b5955b0efab3b235344 Author: Kate.Friedman <Kate.Friedman@noaa.gov> Date: Mon Nov 2 17:54:49 2020 +0000 Add FDATE calculation to setup scripts and change FDATE in to parsed value in config.base.emc.dyn commit 306ea5f15120d808760bd58b247b5861a8813670 Author: kate.friedman <kate.friedman@noaa.gov> Date: Mon Nov 2 10:43:20 2020 -0600 Reduce C384 nth_fv3 to 1 in config.fv3 commit 9fa9ffe97d23ad69c33658875c9b0c3440c2c97f Author: kate.friedman <kate.friedman@noaa.gov> Date: Mon Nov 2 15:24:48 2020 +0000 Issue #1 - update WAFS tag to gfs_wafs.v6.0.14 and update dumpjb version to 5.1.0 commit 24226384780c9c2438abec1864923f87371798d4 Merge: 70593343 a3b46385 Author: fanglin.yang <fanglin.yang@noaa.gov> Date: Fri Oct 30 19:48:13 2020 +0000 Merge branch 'release/gfsv16.0.0' of https://github.com/NOAA-EMC/global-workflow into release/gfsv16.0.0 commit 705933436f2f42d5fde17b8aa4a57918f2c66b6a Author: fanglin.yang <fanglin.yang@noaa.gov> Date: Fri Oct 30 19:46:51 2020 +0000 modified: jobs/JGFS_ATMOS_POSTSND and jobs/rocoto/postsnd.sh to remove redundant variables in the two scripts and make them work for both EMC and NCO parallels. commit c9e0566eb2e6179410583c14d48a971a79dc4c88 Author: Kate.Friedman <Kate.Friedman@noaa.gov> Date: Thu Oct 29 20:50:46 2020 +0000 Revert epos change in setup_workflow.py commit a3b463859154c1127bb66764a65baa89929a0a5f Author: kate.friedman <kate.friedman@noaa.gov> Date: Wed Oct 28 18:18:51 2020 +0000 Issue #1 - update WAFS tag to gfs_wafs.v6.0.13 commit ab0577de3c4bbbdc58219fd1c95a142cf93b5f4a Author: Kate.Friedman <Kate.Friedman@noaa.gov> Date: Wed Oct 28 13:52:34 2020 +0000 Issue #1 - update anal, eobs, and eupd resources for low res commit 97f1ae89baf37d8bd1940f179fecb6bdc1279fa2 Author: Kate.Friedman <Kate.Friedman@noaa.gov> Date: Tue Oct 27 17:52:28 2020 +0000 Issue #1 - adjust epos groups for DOIAU/DOIAU_ENKF=NO commit cb6d74e0c7363f7e54d879a97f457f7d4a37d926 Author: Kate Friedman <kate.friedman@noaa.gov> Date: Mon Oct 26 15:56:58 2020 -0400 Rename Release_Notes.gfs.v16.0.0.txt to Release_Notes.gfs.v16.0.0.md commit c09678fb33d0ece36de1af223b5cdf8384d5b9c3 Author: kate.friedman <kate.friedman@noaa.gov> Date: Mon Oct 26 14:43:09 2020 +0000 Issue #1 - update WAFS tag to gfs_wafs.v6.0.12 for removal of in-cloud turbulence per AWC commit 59f08b31916d3585aa9a4832dc9de865e3a350cf Merge: cbe5ddff 1171a622 Author: Lin.Gan <lin.gan@noaa.gov> Date: Thu Oct 22 19:47:42 2020 +0000 Merge remote-tracking branch 'upstream/port2orion' into feature/ccpp commit cbe5ddff8013a03a9391eead40796f9c30d7ca28 Author: Lin.Gan <lin.gan@noaa.gov> Date: Thu Oct 22 18:35:49 2020 +0000 Cycled warm start run using develop ufs-weather-model branch and feature/ccpp using merged branch on the 10/13 (4da0f) with feature/gfsv16b (31563). CPP_SUITE="FV3_GFS_v16beta" build_fv3 option: CCPP=Y 32BIT=Y SUITES=FV3_GFS_v15,FV3_GSD_v0,FV3_GSD_noah,FV3_GFS_v16beta wave is turned off for this test because it's for atmospheric physics and comparison. commit 1171a62238f0877fc8956df669f07fc9a418c145 Author: Kate.Friedman <Kate.Friedman@noaa.gov> Date: Thu Oct 22 14:01:31 2020 +0000 Issue #1 - increase wavepostbndpnt and wavepostpnt walltimes to give more time on Hera commit c3bab19722a8b301e9ac4d2367b7e3e5dc2d88e7 Author: Kate.Friedman <Kate.Friedman@noaa.gov> Date: Wed Oct 21 20:13:38 2020 +0000 Fix wrong DATE in new if-block in config.anal for cold start checking commit 636ded675b81b15e8b3af2a211edf44f17972cf0 Author: kate.friedman <kate.friedman@noaa.gov> Date: Tue Oct 20 19:23:16 2020 +0000 Issue #1 - add wtime_fcst_gfs time of 4hrs for C384 commit 4007f116adcde8372e590489d0faa0181babbc15 Author: kate.friedman <kate.friedman@noaa.gov> Date: Tue Oct 20 18:29:15 2020 +0000 Issue #1 - fix firstcyc queue bug in workflow_utils.py on WCOSS commit ebdb058fd138a7aa408d69c967747686ea5b77d9 Author: kate.friedman <kate.friedman@noaa.gov> Date: Tue Oct 20 13:23:05 2020 -0500 Issue #1 - resource updates from low res testing - set io_layout to "1,1" for low res gfs in config.fcst - set npe_wav[_gfs] to 140 for all resolutions, same wave grid - increase nth_fv3 to 4 for C192 and C384 - set smaller walltime for gfsfcst when resolutions less than C768 commit 3f0ab6ff2dd4ca42a45e68972b1936d398b32097 Author: Kate.Friedman <Kate.Friedman@noaa.gov> Date: Tue Oct 20 17:55:18 2020 +0000 Issue #1 - increase C768 npe_eobs to 200 for Hera nodes with less memory commit d5b69c49ddbd03982db79f09707a49d01ef0b443 Merge: 4ebdd230 794e6655 Author: Kate.Friedman <Kate.Friedman@noaa.gov> Date: Tue Oct 20 16:56:27 2020 +0000 Merge remote-tracking branch 'origin/release/gfsv16.0.0' into port2orion * origin/release/gfsv16.0.0: Issue #1 - pull in corrected npe_eobs values in config.resources Issue #1 - update FV3 tag to GFS.v16.0.14 for Hera/Orion build support commit 4ebdd230c121a3c839829aa4ef855d80eb462549 Author: Kate.Friedman <Kate.Friedman@noaa.gov> Date: Tue Oct 20 16:53:46 2020 +0000 Add UPP netcdf module library load to HERA.env to resolve runtime netcdf version mismatch commit 794e6655cb227973e47b2373d0e4c97bf297479e Author: kate.friedman <kate.friedman@noaa.gov> Date: Tue Oct 20 16:45:58 2020 +0000 Issue #1 - pull in corrected npe_eobs values in config.resources commit 1d0cad425b1e163377bba8ace6622bbbb2d81de0 Author: Kate.Friedman <Kate.Friedman@noaa.gov> Date: Mon Oct 19 19:24:55 2020 +0000 Issue #1 - add parm mon folder to ignore list and move parm section of ignore list up commit d632c87a8f2ce85d54fa45da14aa09f91a0ec680 Author: Kate.Friedman <Kate.Friedman@noaa.gov> Date: Mon Oct 19 19:20:31 2020 +0000 Issue #1 - add FDATE to config.base commit 22d4118f4bc7853fa81f6505fd9aaf5bc6dab4f8 Author: Kate.Friedman <Kate.Friedman@noaa.gov> Date: Mon Oct 19 19:12:29 2020 +0000 Issue #1 - save GFSv16 hand-off resource settings into new static nco configs commit 6fd73d7fdf40b291ff49193b606538b540e46139 Author: Kate.Friedman <Kate.Friedman@noaa.gov> Date: Mon Oct 19 19:11:37 2020 +0000 Issue #1 - new FV3 tag that builds on Hera/Orion and update for building/running high res system on Hera commit 484550c13d8ef957478f20afd6e722f7f610bb8f Author: kate.friedman <kate.friedman@noaa.gov> Date: Fri Oct 16 15:40:35 2020 +0000 Issue #1 - update FV3 tag to GFS.v16.0.14 for Hera/Orion build support commit 58dcf6d961f7478fec64a850e7bcd19ffd8f3741 Author: kate.friedman <kate.friedman@noaa.gov> Date: Thu Oct 15 15:08:38 2020 -0500 Update .gitignore for script renaming and removed external files commit e3f8df65082853baa5a22ed3b242efdae66d40ba Author: kate.friedman <kate.friedman@noaa.gov> Date: Thu Oct 15 11:59:58 2020 -0500 Add wave env updates into ORION.env, increase waveinit tasks, and update resources for analysis and efcs walltimes commit 4da0feaaf8b63ee4662be8be9c5f59d547164b0b Merge: ee0f27b3 31563a59 Author: lin.gan <lin.gan@noaa.gov> Date: Tue Oct 13 20:51:48 2020 +0000 Merge remote-tracking branch 'origin/feature/gfsv16b' into feature/ccpp commit e5e7cf1ea61d99080ec95b446c1bee45a57321a3 Merge: a1a7ac94 4b2d26db Author: kate.friedman <kate.friedman@noaa.gov> Date: Tue Oct 13 14:25:56 2020 -0500 Sync merge with release/gfsv16.0.0 branch commit 4b2d26db3b9b66ecfdd4756bfcddb6e16f255b03 Author: kate.friedman <kate.friedman@noaa.gov> Date: Tue Oct 13 17:41:24 2020…
Squashed commit of the following: commit 479000a5e7b4b9c575784ecca400594525396556 Merge: bbf30008 5a16a7a0 Author: Kate Friedman <kate.friedman@noaa.gov> Date: Thu Jan 21 11:31:41 2021 -0500 Merge pull request #244 from NOAA-EMC/issue243 Issue #179 and issue #243 - update Fit2Obs to newm.1.2 tag and correct COMROOT path for Hera commit 5a16a7a010477b5bbe530a684608b151b8f05755 Author: kate.friedman <kate.friedman@noaa.gov> Date: Thu Jan 21 16:27:54 2021 +0000 Issue #179 and issue #243 - update Fit2Obs to newm.1.2 tag and correct COMROOT path for Hera commit bbf3000856ebb20ca761c6e7d761f5fcefad0228 Author: kate.friedman <kate.friedman@noaa.gov> Date: Fri Jan 15 18:36:20 2021 +0000 HOTFIX: Issue #241 - update EMC_verif-global tag to remove use of /tmp space commit 43ae19be02687cdc362a34e11d299009f3dd8ffc Merge: c7e6a7f8 48be4d18 Author: Kate Friedman <kate.friedman@noaa.gov> Date: Thu Jan 14 10:35:16 2021 -0500 Merge pull request #239 from KateFriedman-NOAA/issue179 Issue #179 - update to config.vrfy for Fit2Obs tag which supports Orion commit 48be4d18263ea4f1c706c55e4b6b70d87f19c729 Author: kate.friedman <kate.friedman@noaa.gov> Date: Thu Jan 14 08:38:20 2021 -0600 Issue #179 - update to config.vrfy for Fit2Obs tag which supports Orion commit c7e6a7f8c6f7b0d5648b1379633c252f165c2ca6 Merge: ef8b6415 4be7954d Author: Kate Friedman <kate.friedman@noaa.gov> Date: Wed Jan 13 14:20:49 2021 -0500 Merge pull request #237 from KateFriedman-NOAA/issue233 Update GLDAS tag to gldas_gfsv16_release.v1.13.0 commit 4be7954ddcbb56e7ee5167f6d43054d8821b6a4f Author: kate.friedman <kate.friedman@noaa.gov> Date: Tue Jan 5 12:06:51 2021 -0600 Issue #233 - remove unnecessary extra space in tag line for gldas commit bcbdd12c39124eae14ec0b52d0a05b7c6944c27e Author: kate.friedman <kate.friedman@noaa.gov> Date: Tue Jan 5 12:03:15 2021 -0600 Issue #233 - update GLDAS tag to gldas_gfsv16_release.v1.13.0 commit ef8b64150a0cb7137b1ec48e9c8f3c7e9b3223de Merge: fca3433b cffc5682 Author: Fanglin Yang <fanglin.yang@noaa.gov> Date: Mon Jan 4 10:52:08 2021 -0500 Merge pull request #231 from yangfanglin/feature/multiple_restart modified exglobal_forecast.sh to enable multiple reruns from breakpoint restart initial conditions commit cffc5682f34eb9ab0bbf42ee11eaa848152c0dbc Author: fanglin.yang <fanglin.yang@noaa.gov> Date: Wed Dec 30 18:43:34 2020 +0000 modified: exglobal_forecast.sh The breakpoint restart only works for the first restart from a breakpoint. Restart files written in RERUN_RESTRAT after the first restart has a 3-hour time shift for DO_IAU=YES cases. Forecasts starting from the 2nd breakpoint and beyond will fail becasue of incorrect initial conditins. This commit fixes this bug. commit fca3433bf869b12cade480e1394688d7b6f95687 Merge: a95cce5f abb168bc Author: Kate Friedman <kate.friedman@noaa.gov> Date: Fri Dec 18 09:30:21 2020 -0500 Merge pull request #221 from NOAA-EMC/nco_v16_changes NCO changes for v16.0.3 commit abb168bc32fdff7b08ce8ecc54ea832aabf03c44 Author: kate.friedman <kate.friedman@noaa.gov> Date: Thu Dec 17 19:17:26 2020 +0000 Issue #1 and issue #220 - set C192/C96/C48 npe_eobs back to dev values for develop commit 65b4d965fa6ebee445a509a0593e925ae5d5b513 Merge: a95cce5f e89045b9 Author: kate.friedman <kate.friedman@noaa.gov> Date: Thu Dec 17 18:46:06 2020 +0000 Issue #1 - merge v16.0.3 changes from NCO into develop commit e89045b9fb1d9026810ef5c77a3554c67c41718e Author: kate.friedman <kate.friedman@noaa.gov> Date: Wed Dec 16 16:38:01 2020 +0000 Issue #1 - add grib_util module load to several analysis ecflow scripts commit a95cce5f3e123a241000b209fb50cc8911d13466 Merge: 1562bb97 2646921d Author: Kate Friedman <kate.friedman@noaa.gov> Date: Tue Dec 15 14:05:27 2020 -0500 Merge pull request #216 from NOAA-EMC/issue189 Issue #189 - update ufs-weather-model hash commit 2646921d0da6dc8a136ebeba6cceceacf3806c23 Author: kate.friedman <kate.friedman@noaa.gov> Date: Tue Dec 15 18:56:33 2020 +0000 Issue #189 - update ufs-weather-model hash commit 1562bb97ac21ce2406ed21f76b7c8d58cecf4a2a Merge: f3d11b9b 7a9bc00e Author: Kate Friedman <kate.friedman@noaa.gov> Date: Tue Dec 15 09:51:07 2020 -0500 Merge pull request #213 from NOAA-EMC/hotfixes Hotfixes - issues #201, 202, 208 commit 7a9bc00e367126044f83b0fc9b737386788899a9 Author: Kate.Friedman <Kate.Friedman@noaa.gov> Date: Mon Dec 14 21:35:58 2020 +0000 Issue #201 - workaround for failing post000 job before hpc-stack solution commit 425588f711812819744c8060a46444b9d4bf2b63 Author: kate.friedman <kate.friedman@noaa.gov> Date: Mon Dec 14 21:06:20 2020 +0000 Issue #1 - update WAFS tag to gfs_wafs.v6.0.17 for dbn_alert change commit ec5e2e5dd98d80ca3e3d696d5eb19a5a4180c87b Author: kate.friedman <kate.friedman@noaa.gov> Date: Mon Dec 14 15:06:16 2020 +0000 Issue #1 - correct gridded wave parm files for v16.0.3 commit 39246c6e1604e9e81ddc384c951861c43e30cdcf Author: kate.friedman <kate.friedman@noaa.gov> Date: Fri Dec 11 19:26:51 2020 +0000 Issue #1 - changes from NCO for GFSv16.0.3 commit b9f7de8af3cb966fa756e38feaf98ce1f84ee2f3 Author: Kate.Friedman <Kate.Friedman@noaa.gov> Date: Thu Dec 10 19:15:00 2020 +0000 Issue #1 - update Externals.cfg with final tags for GFSv16.0.2 commit cff28bdbf0daa6980766a011f73e2a021aee2341 Author: Kate.Friedman <Kate.Friedman@noaa.gov> Date: Thu Dec 10 15:59:05 2020 +0000 Fixes for issue #202 (FINDDATE) and issue #208 (postsnd.sh permissions) commit 7c7482de947ae686b619fc72e7dd192410b7e0f7 Author: Kate.Friedman <Kate.Friedman@noaa.gov> Date: Thu Dec 10 14:10:25 2020 +0000 Issue #1 - correct permissions on jobs/rocoto/postsnd.sh commit dee856c5b54c19cc9de6898908fdb9d4f8d99baa Author: kate.friedman <kate.friedman@noaa.gov> Date: Wed Dec 9 20:58:20 2020 +0000 Issue #1 - update gempak version to 7.3.3 in the ecflow gfs.ver file commit 0ee264bef7ea71d32426b6b6d77109e73b4235ff Author: kate.friedman <kate.friedman@noaa.gov> Date: Wed Dec 9 18:49:54 2020 +0000 Issue #1 - update gempak and dumpjb versions to 7.3.3 and 5.1.0 respectively commit b5d97ab6912596d3b343843ba3ef6e8c5f71a21a Merge: 6da1a24b be5f9ece Author: Kate Friedman <kate.friedman@noaa.gov> Date: Mon Dec 7 14:49:29 2020 -0500 Merge pull request #205 from NOAA-EMC/release/gfsv16.0.0.nco Script alert updates from NCO for wave downstream commit be5f9ece8329ee6b18af92d044809f018404669b Author: kate.friedman <kate.friedman@noaa.gov> Date: Mon Dec 7 19:45:23 2020 +0000 Script alert updates from NCO for wave downstream commit 6da1a24ba89c80ee5f5df38136d03483207d39dd Merge: ce1ae970 069f2662 Author: Kate Friedman <kate.friedman@noaa.gov> Date: Mon Dec 7 14:12:37 2020 -0500 Merge pull request #204 from NOAA-EMC/release/gfsv16.0.0.nco GFSv16 NCO changes - early December edition commit 069f2662bc2eabc822f13eec4e2f69f1c39606a8 Author: kate.friedman <kate.friedman@noaa.gov> Date: Wed Dec 2 20:01:17 2020 +0000 Add override for COMIN_WAV_RTOFS in emc mode for waveprep job commit 194f280cf7351d58b0295af35c91e74ac6925d0b Author: russ.treadon <Russ.Treadon@noaa.gov> Date: Mon Nov 30 18:47:19 2020 +0000 Issue #197: place CDATE specific sections of config.anal and config.prep inside RUN_ENVIR=emc blocks. These sections are use for retrospective parallels and therefore do not need to be executed in operations (NCO). commit d82efa8417fe6247ed08cd74a447460ba6bb51f9 Author: fanglin.yang <fanglin.yang@noaa.gov> Date: Mon Nov 30 18:06:12 2020 +0000 modified: JGLOBAL_FORECAST commit 25a28c8dacc8659071eca65be15fb4de08b18d80 Author: fanglin.yang <fanglin.yang@noaa.gov> Date: Mon Nov 30 17:02:05 2020 +0000 modified: JGLOBAL_FORECAST to make it work for both emc and nco running environments. commit 7283c7e60c98639c6466ce5903ab03c36a7f5f57 Author: fanglin.yang <fanglin.yang@noaa.gov> Date: Fri Nov 27 22:16:31 2020 +0000 modified: JGLOBAL_FORECAST A test showed that jobid is not defined in JGLOBAL_FORECAST running in the Rocoto environment. jobid is defined in ./env files. Defining DATA without sourcing ./env/$nachine.env caused the script to fail. Move the definitin of DATA after sourcing env parameters commit e6003773c0af51bd15eb2bdb6831c99dcce1cc5b Author: fanglin.yang <fanglin.yang@noaa.gov> Date: Tue Nov 24 03:25:23 2020 +0000 modified: checkout.sh to use WAFS tag gfs_wafs.v6.0.16 commit bd5294ee6844f8a5adbd04eae78999068c0961a2 Author: fanglin.yang <fanglin.yang@noaa.gov> Date: Sat Nov 21 17:32:05 2020 +0000 modified: checkout.sh to update UPP to upp_gfsv16_release.v1.1.1, a minor syntax bug fix commit 5a516b4cdf0333e4b8316c8cbda7be9f9dccc543 Author: fanglin.yang <fanglin.yang@noaa.gov> Date: Fri Nov 20 05:08:33 2020 +0000 modified: link_fv3gfs.sh to 1) use hard copies of external fix fields and executable for NCO installation 2) use soft links for all other files and directories for both NCO and EMC installations commit 759cf3341bb400d3b3254a05a624e3ab671ef6cd Author: fanglin.yang <fanglin.yang@noaa.gov> Date: Fri Nov 20 04:51:48 2020 +0000 Compared local files in NCO implementation directory with release/gfs.v16.0.0 branch, changes made by NCO(Jen Yang) in the following files are either accepted or rejected. use EMC's updated version modified: jobs/JGFS_ATMOS_POSTSND Use NCO's updated version modified: jobs/JGLOBAL_FORECAST modified: jobs/JGLOBAL_WAVE_GEMPAK modified: jobs/JGLOBAL_WAVE_POST_BNDPNT modified: jobs/JGLOBAL_WAVE_POST_PNT modified: jobs/JGLOBAL_WAVE_POST_SBS modified: jobs/JGLOBAL_WAVE_PRDGEN_BULLS modified: jobs/JGLOBAL_WAVE_PRDGEN_GRIDDED modified: parm/config/config.base.nco.static Updated by both NCO and EMC modified: parm/config/config.wave Updated gldas tag to gldas_gfsv16_release.v1.12.0 modified: sorc/checkout.sh commit f39ea0cbbabaa5e69e03cec4db309e2adfb33756 Author: fanglin.yang <fanglin.yang@noaa.gov> Date: Thu Nov 19 04:43:17 2020 +0000 create a new branch release/gfsv16.0.0.nco to merge changes made by NCO in /gpfs/dell1/nco/ops/nwpara/gfs-v16/gfs.v16.0.1 back to EMC's repository modified: ecflow/ecf/scripts/gdas/atmos/analysis/jgdas_atmos_analysis.ecf modified: ecflow/ecf/scripts/gdas/atmos/analysis/jgdas_atmos_analysis_calc.ecf modified: ecflow/ecf/scripts/gdas/atmos/analysis/jgdas_atmos_analysis_diag.ecf modified: ecflow/ecf/scripts/gdas/atmos/gempak/jgdas_atmos_gempak.ecf modified: ecflow/ecf/scripts/gdas/atmos/gempak/jgdas_atmos_gempak_meta_ncdc.ecf modified: ecflow/ecf/scripts/gdas/atmos/init/jgdas_atmos_gldas.ecf modified: ecflow/ecf/scripts/gdas/atmos/obsproc/dump/jgdas_atmos_dump.ecf modified: ecflow/ecf/scripts/gdas/atmos/obsproc/dump/jgdas_atmos_dump_alert.ecf modified: ecflow/ecf/scripts/gdas/atmos/obsproc/dump/jgdas_atmos_dump_post.ecf modified: ecflow/ecf/scripts/gdas/atmos/obsproc/dump/jgdas_atmos_tropcy_qc_reloc.ecf modified: ecflow/ecf/scripts/gdas/atmos/obsproc/prep/jgdas_atmos_emcsfc_sfc_prep.ecf modified: ecflow/ecf/scripts/gdas/atmos/obsproc/prep/jgdas_atmos_prep.ecf modified: ecflow/ecf/scripts/gdas/atmos/obsproc/prep/jgdas_atmos_prep_post.ecf modified: ecflow/ecf/scripts/gdas/atmos/post/jgdas_atmos_post_anl.ecf modified: ecflow/ecf/scripts/gdas/atmos/post/jgdas_atmos_post_f000.ecf modified: ecflow/ecf/scripts/gdas/atmos/post/jgdas_atmos_post_f001.ecf modified: ecflow/ecf/scripts/gdas/atmos/post/jgdas_atmos_post_f002.ecf modified: ecflow/ecf/scripts/gdas/atmos/post/jgdas_atmos_post_f003.ecf modified: ecflow/ecf/scripts/gdas/atmos/post/jgdas_atmos_post_f004.ecf modified: ecflow/ecf/scripts/gdas/atmos/post/jgdas_atmos_post_f005.ecf modified: ecflow/ecf/scripts/gdas/atmos/post/jgdas_atmos_post_f006.ecf modified: ecflow/ecf/scripts/gdas/atmos/post/jgdas_atmos_post_f007.ecf modified: ecflow/ecf/scripts/gdas/atmos/post/jgdas_atmos_post_f008.ecf modified: ecflow/ecf/scripts/gdas/atmos/post/jgdas_atmos_post_f009.ecf modified: ecflow/ecf/scripts/gdas/atmos/post/jgdas_atmos_post_manager.ecf modified: ecflow/ecf/scripts/gdas/atmos/post_processing/jgdas_atmos_chgres_forenkf.ecf modified: ecflow/ecf/scripts/gdas/atmos/verf/jgdas_atmos_verfozn.ecf modified: ecflow/ecf/scripts/gdas/atmos/verf/jgdas_atmos_verfrad.ecf modified: ecflow/ecf/scripts/gdas/atmos/verf/jgdas_atmos_vminmon.ecf modified: ecflow/ecf/scripts/gdas/enkf/analysis/create/jgdas_enkf_diag.ecf modified: ecflow/ecf/scripts/gdas/enkf/analysis/create/jgdas_enkf_select_obs.ecf modified: ecflow/ecf/scripts/gdas/enkf/analysis/create/jgdas_enkf_update.ecf modified: ecflow/ecf/scripts/gdas/enkf/analysis/recenter/ecen/jgdas_enkf_ecen.ecf modified: ecflow/ecf/scripts/gdas/enkf/analysis/recenter/jgdas_enkf_sfc.ecf modified: ecflow/ecf/scripts/gdas/enkf/forecast/jgdas_enkf_fcst.ecf modified: ecflow/ecf/scripts/gdas/jgdas_forecast.ecf modified: ecflow/ecf/scripts/gdas/wave/init/jgdas_wave_init.ecf modified: ecflow/ecf/scripts/gdas/wave/post/jgdas_wave_postpnt.ecf modified: ecflow/ecf/scripts/gdas/wave/post/jgdas_wave_postsbs.ecf modified: ecflow/ecf/scripts/gdas/wave/prep/jgdas_wave_prep.ecf modified: ecflow/ecf/scripts/gfs/atmos/analysis/jgfs_atmos_analysis.ecf modified: ecflow/ecf/scripts/gfs/atmos/analysis/jgfs_atmos_analysis_calc.ecf modified: ecflow/ecf/scripts/gfs/atmos/gempak/jgfs_atmos_gempak.ecf modified: ecflow/ecf/scripts/gfs/atmos/gempak/jgfs_atmos_gempak_meta.ecf modified: ecflow/ecf/scripts/gfs/atmos/gempak/jgfs_atmos_gempak_ncdc_upapgif.ecf modified: ecflow/ecf/scripts/gfs/atmos/gempak/jgfs_atmos_npoess_pgrb2_0p5deg.ecf modified: ecflow/ecf/scripts/gfs/atmos/gempak/jgfs_atmos_pgrb2_spec_gempak.ecf modified: ecflow/ecf/scripts/gfs/atmos/obsproc/dump/jgfs_atmos_dump.ecf modified: ecflow/ecf/scripts/gfs/atmos/obsproc/dump/jgfs_atmos_dump_alert.ecf modified: ecflow/ecf/scripts/gfs/atmos/obsproc/dump/jgfs_atmos_dump_post.ecf modified: ecflow/ecf/scripts/gfs/atmos/obsproc/dump/jgfs_atmos_tropcy_qc_reloc.ecf modified: ecflow/ecf/scripts/gfs/atmos/obsproc/prep/jgfs_atmos_emcsfc_sfc_prep.ecf modified: ecflow/ecf/scripts/gfs/atmos/obsproc/prep/jgfs_atmos_prep.ecf modified: ecflow/ecf/scripts/gfs/atmos/obsproc/prep/jgfs_atmos_prep_post.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_anl.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f000.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f001.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f002.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f003.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f004.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f005.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f006.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f007.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f008.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f009.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f010.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f011.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f012.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f013.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f014.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f015.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f016.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f017.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f018.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f019.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f020.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f021.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f022.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f023.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f024.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f025.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f026.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f027.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f028.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f029.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f030.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f031.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f032.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f033.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f034.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f035.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f036.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f037.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f038.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f039.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f040.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f041.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f042.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f043.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f044.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f045.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f046.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f047.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f048.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f049.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f050.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f051.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f052.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f053.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f054.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f055.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f056.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f057.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f058.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f059.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f060.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f061.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f062.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f063.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f064.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f065.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f066.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f067.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f068.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f069.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f070.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f071.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f072.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f073.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f074.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f075.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f076.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f077.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f078.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f079.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f080.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f081.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f082.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f083.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f084.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f085.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f086.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f087.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f088.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f089.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f090.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f091.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f092.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f093.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f094.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f095.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f096.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f097.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f098.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f099.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f100.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f101.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f102.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f103.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f104.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f105.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f106.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f107.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f108.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f109.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f110.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f111.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f112.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f113.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f114.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f115.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f116.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f117.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f118.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f119.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f120.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f123.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f126.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f129.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f132.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f135.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f138.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f141.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f144.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f147.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f150.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f153.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f156.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f159.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f162.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f165.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f168.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f171.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f174.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f177.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f180.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f183.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f186.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f189.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f192.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f195.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f198.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f201.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f204.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f207.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f210.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f213.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f216.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f219.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f222.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f225.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f228.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f231.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f234.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f237.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f240.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f243.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f246.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f249.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f252.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f255.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f258.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f261.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f264.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f267.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f270.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f273.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f276.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f279.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f282.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f285.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f288.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f291.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f294.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f297.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f300.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f303.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f306.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f309.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f312.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f315.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f318.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f321.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f324.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f327.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f330.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f333.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f336.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f339.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f342.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f345.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f348.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f351.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f354.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f357.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f360.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f363.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f366.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f369.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f372.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f375.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f378.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f381.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f384.ecf modified: ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_manager.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f000.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f003.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f006.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f009.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f012.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f015.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f018.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f021.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f024.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f027.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f030.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f033.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f036.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f039.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f042.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f045.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f048.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f051.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f054.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f057.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f060.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f063.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f066.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f069.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f072.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f075.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f078.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f081.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f084.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f090.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f096.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f102.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f108.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f114.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f120.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f126.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f132.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f138.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f144.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f150.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f156.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f162.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f168.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f174.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f180.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f186.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f192.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f198.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f204.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f210.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f216.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f222.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f228.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f234.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_20km_1p0/jgfs_atmos_awips_f240.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f000.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f003.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f006.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f009.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f012.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f015.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f018.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f021.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f024.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f027.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f030.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f033.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f036.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f039.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f042.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f045.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f048.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f051.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f054.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f057.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f060.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f063.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f066.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f069.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f072.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f075.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f078.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f081.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f084.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f090.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f096.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f102.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f108.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f114.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f120.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f126.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f132.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f138.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f144.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f150.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f156.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f162.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f168.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f174.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f180.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f186.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f192.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f198.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f204.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f210.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f216.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f222.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f228.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f234.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/awips_g2/jgfs_atmos_awips_g2_f240.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/bufr_sounding/jgfs_atmos_postsnd.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/bulletins/jgfs_atmos_fbwind.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/grib2_wafs/jgfs_atmos_wafs_blending.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/grib2_wafs/jgfs_atmos_wafs_blending_0p25.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/grib2_wafs/jgfs_atmos_wafs_grib2.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/grib2_wafs/jgfs_atmos_wafs_grib2_0p25.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/grib_wafs/jgfs_atmos_wafs_f00.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/grib_wafs/jgfs_atmos_wafs_f06.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/grib_wafs/jgfs_atmos_wafs_f102.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/grib_wafs/jgfs_atmos_wafs_f108.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/grib_wafs/jgfs_atmos_wafs_f114.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/grib_wafs/jgfs_atmos_wafs_f12.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/grib_wafs/jgfs_atmos_wafs_f120.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/grib_wafs/jgfs_atmos_wafs_f18.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/grib_wafs/jgfs_atmos_wafs_f24.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/grib_wafs/jgfs_atmos_wafs_f30.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/grib_wafs/jgfs_atmos_wafs_f36.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/grib_wafs/jgfs_atmos_wafs_f42.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/grib_wafs/jgfs_atmos_wafs_f48.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/grib_wafs/jgfs_atmos_wafs_f54.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/grib_wafs/jgfs_atmos_wafs_f60.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/grib_wafs/jgfs_atmos_wafs_f66.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/grib_wafs/jgfs_atmos_wafs_f72.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/grib_wafs/jgfs_atmos_wafs_f78.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/grib_wafs/jgfs_atmos_wafs_f84.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/grib_wafs/jgfs_atmos_wafs_f90.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/grib_wafs/jgfs_atmos_wafs_f96.ecf modified: ecflow/ecf/scripts/gfs/atmos/post_processing/jgfs_atmos_wafs_gcip.ecf modified: ecflow/ecf/scripts/gfs/atmos/verf/jgfs_atmos_vminmon.ecf modified: ecflow/ecf/scripts/gfs/jgfs_forecast.ecf modified: ecflow/ecf/scripts/gfs/wave/gempak/jgfs_wave_gempak.ecf modified: ecflow/ecf/scripts/gfs/wave/init/jgfs_wave_init.ecf modified: ecflow/ecf/scripts/gfs/wave/post/jgfs_wave_post_bndpnt.ecf modified: ecflow/ecf/scripts/gfs/wave/post/jgfs_wave_postpnt.ecf modified: ecflow/ecf/scripts/gfs/wave/post/jgfs_wave_postsbs.ecf modified: ecflow/ecf/scripts/gfs/wave/post/jgfs_wave_prdgen_bulls.ecf modified: ecflow/ecf/scripts/gfs/wave/post/jgfs_wave_prdgen_gridded.ecf modified: ecflow/ecf/scripts/gfs/wave/prep/jgfs_wave_prep.ecf modified: jobs/JGFS_ATMOS_POSTSND modified: jobs/JGLOBAL_ATMOS_EMCSFC_SFC_PREP modified: jobs/JGLOBAL_FORECAST modified: jobs/JGLOBAL_WAVE_GEMPAK modified: jobs/JGLOBAL_WAVE_INIT modified: jobs/JGLOBAL_WAVE_POST_BNDPNT modified: jobs/JGLOBAL_WAVE_POST_PNT modified: jobs/JGLOBAL_WAVE_POST_SBS modified: jobs/JGLOBAL_WAVE_PRDGEN_BULLS modified: jobs/JGLOBAL_WAVE_PRDGEN_GRIDDED modified: jobs/JGLOBAL_WAVE_PREP modified: parm/config/config.wave modified: parm/transfer_gdas_1a.list modified: parm/transfer_gdas_1b.list modified: parm/transfer_gdas_1c.list modified: parm/transfer_gdas_enkf_enkf_05.list modified: parm/transfer_gdas_enkf_enkf_10.list modified: parm/transfer_gdas_enkf_enkf_15.list modified: parm/transfer_gdas_enkf_enkf_20.list modified: parm/transfer_gdas_enkf_enkf_25.list modified: parm/transfer_gdas_enkf_enkf_30.list modified: parm/transfer_gdas_enkf_enkf_35.list modified: parm/transfer_gdas_enkf_enkf_40.list modified: parm/transfer_gdas_enkf_enkf_45.list modified: parm/transfer_gdas_enkf_enkf_50.list modified: parm/transfer_gdas_enkf_enkf_55.list modified: parm/transfer_gdas_enkf_enkf_60.list modified: parm/transfer_gdas_enkf_enkf_65.list modified: parm/transfer_gdas_enkf_enkf_70.list modified: parm/transfer_gdas_enkf_enkf_75.list modified: parm/transfer_gdas_enkf_enkf_80.list modified: parm/transfer_gdas_enkf_enkf_misc.list modified: parm/transfer_gdas_misc.list modified: parm/transfer_gfs_1.list modified: parm/transfer_gfs_10a.list modified: parm/transfer_gfs_10b.list modified: parm/transfer_gfs_2.list modified: parm/transfer_gfs_3.list modified: parm/transfer_gfs_4.list modified: parm/transfer_gfs_5.list modified: parm/transfer_gfs_6.list modified: parm/transfer_gfs_7.list modified: parm/transfer_gfs_8.list modified: parm/transfer_gfs_9a.list modified: parm/transfer_gfs_9b.list modified: parm/transfer_gfs_misc.list modified: parm/transfer_rdhpcs_gdas.list modified: parm/transfer_rdhpcs_gdas_enkf_enkf_1.list modified: parm/transfer_rdhpcs_gdas_enkf_enkf_2.list modified: parm/transfer_rdhpcs_gdas_enkf_enkf_3.list modified: parm/transfer_rdhpcs_gdas_enkf_enkf_4.list modified: parm/transfer_rdhpcs_gdas_enkf_enkf_5.list modified: parm/transfer_rdhpcs_gdas_enkf_enkf_6.list modified: parm/transfer_rdhpcs_gdas_enkf_enkf_7.list modified: parm/transfer_rdhpcs_gdas_enkf_enkf_8.list modified: parm/transfer_rdhpcs_gfs.list modified: parm/transfer_rdhpcs_gfs_nawips.list commit ce1ae9709fe506f32833910f3cf4f68117c7d0f2 Merge: b096e294 e9d00e41 Author: Fanglin Yang <fanglin.yang@noaa.gov> Date: Wed Nov 18 16:55:14 2020 -0500 Merge pull request #192 from JessicaMeixner-NOAA/bf/waveICfreq wave parm update for realease/gfsv16 commit e9d00e41e939fca68a39293b973326531f3c6983 Author: jessica.meixner <Jessica.Meixner@noaa.gov> Date: Wed Nov 18 19:51:25 2020 +0000 update for the wave parm so that the wave model will look for the correct restart for when gfs is not run every cycle commit f3d11b9bc7e669f4c11266654649c4d5e28f16a9 Merge: e3972f17 32a004aa Author: Kate Friedman <kate.friedman@noaa.gov> Date: Tue Nov 17 14:01:54 2020 -0500 Merge pull request #186 from lgannoaa/feature/ccpp Initial support for CCPP. commit 32a004aae3949e8fd3bda7a4f628995317d33f47 Merge: 66cc1a06 036cc113 Author: lgannoaa <37596169+lgannoaa@users.noreply.github.com> Date: Tue Nov 17 13:15:37 2020 -0500 Merge pull request #2 from KateFriedman-NOAA/ccpp Adjust efcs walltime and eupd thread value on Orion commit 036cc113dcd5787ce4bccfb11fb71ed7935bc982 Author: kate.friedman <kate.friedman@noaa.gov> Date: Tue Nov 17 10:44:02 2020 -0600 Adjust efcs walltime and eupd thread value on Orion commit 66cc1a062ba1b430e9ebaf41715997a3de0ff023 Merge: 9e8f9605 2432dc5b Author: lgannoaa <37596169+lgannoaa@users.noreply.github.com> Date: Mon Nov 16 15:48:34 2020 -0500 Merge pull request #1 from KateFriedman-NOAA/ccpp Fix missing COMROOT setting for Orion commit 2432dc5bbb1b3bc4c317063811333a5b30065794 Author: kate.friedman <kate.friedman@noaa.gov> Date: Mon Nov 16 14:40:59 2020 -0600 Fix missing COMROOT setting on Orion commit 9e8f960508e82f31e9d57da0fc37600b9697e4c9 Author: Lin.Gan <lin.gan@noaa.gov> Date: Mon Nov 16 18:24:08 2020 +0000 Modify build_all.sh while getopts "oc" option to while getopts "c" option commit 587e1986cb5c6307f2d10a01758994ce1155e36d Author: Lin.Gan <lin.gan@noaa.gov> Date: Mon Nov 16 18:21:16 2020 +0000 scripts/exglobal_forecast.sh Merge with v16ccpp commit 6066462b23d34db815ed73c630ef624c41239215 Author: Lin.Gan <lin.gan@noaa.gov> Date: Mon Nov 16 17:53:44 2020 +0000 As requested, using 2e25df5fe952d27355ed58963148f46b82565469 for ufs-weather-model. commit bf312432b662c3e2b7bd8cd5de19dd5b5ee0c042 Merge: dd7b0068 d59c09c6 Author: Lin.Gan <lin.gan@noaa.gov> Date: Mon Nov 16 17:41:32 2020 +0000 Merge remote-tracking branch 'upstream/v16ccpp' into feature/ccpp Pull in the iovr=3 in config.fcst commit dd7b0068cf0b598e58af41a92712e393674d14fd Author: Lin.Gan <lin.gan@noaa.gov> Date: Mon Nov 16 14:39:04 2020 +0000 Modify exglobal_forecast.sh to create namelist in runable sequence. commit d59c09c6d9445110871da231ef9945d201986f81 Author: fanglin.yang <fanglin.yang@noaa.gov> Date: Mon Nov 16 04:06:48 2020 +0000 modified: ../scripts/exglobal_forecast.sh commit d8aa4423f1a6f2c63c00a4ed5a38a4df6501ef7b Author: fanglin.yang <fanglin.yang@noaa.gov> Date: Mon Nov 16 04:04:43 2020 +0000 modified checkout.sh to check out a hash instead of head of the develop branch commit e29fd0c517840a9996987e7ae21f78cc2af8ca12 Author: fanglin.yang <fanglin.yang@noaa.gov> Date: Mon Nov 16 03:00:50 2020 +0000 modified: ../parm/config/config.fcst and exglobal_forecast.sh 1. use iovr for model after https://github.com/NCAR/ccpp-physics/pull/514 and iovr_sw and iovr_lw for older version of the model, controled by RUN_CCPP 2. remove the if block and use atmos_model_nml to turn on/off the CCPP option commit 1ec0ebf31767422a67e3f56c951f5ccb2305c7e5 Author: fanglin.yang <fanglin.yang@noaa.gov> Date: Sun Nov 15 17:48:51 2020 -0500 bug fix exglobal_forecast.sh commit 336647bcaced053baeee43ef2417b34b6b196439 Author: fanglin.yang <fanglin.yang@noaa.gov> Date: Sun Nov 15 12:55:20 2020 -0500 modified: exglobal_forecast.sh to add min_lakeice = ${min_lakeice:-"0.15"} min_seaice = ${min_seaice:-"0.15"} commit 9616b2eef626ce8db2f3a5da343b0a7ece2137cb Author: fanglin.yang <fanglin.yang@noaa.gov> Date: Sun Nov 15 04:05:48 2020 +0000 modified: build_fv3.sh commit fe79b87abbeca26939dbcc1ccd7cb5fb2624e666 Author: Lin.Gan <lin.gan@noaa.gov> Date: Fri Nov 13 20:11:26 2020 +0000 Clean up development code from build_all commit 9cd719d0609cefb3261870528b88c54d24117c47 Author: Lin.Gan <lin.gan@noaa.gov> Date: Fri Nov 13 19:53:31 2020 +0000 Modified build_all.sh checkout.sh partial_build.sh to allow switch turn on/off ccpp option Turn on CCPP usage: checkout.sh -c build_all.sh -c Turn off CCPP usage: checkout.sh build_all.sh commit 8aed1e4d44166ffb6036409bced3ad04f038dfc4 Author: fanglin.yang <fanglin.yang@noaa.gov> Date: Fri Nov 13 17:04:07 2020 +0000 modified: ../scripts/exglobal_forecast.sh modified: build_all.sh build_fv3.sh to automatically detect model version, CCPP vs IPD commit 7826668c6baaf113785e88b79bc059f8a430eace Author: Lin.Gan <lin.gan@noaa.gov> Date: Fri Nov 13 15:44:31 2020 +0000 Remove development configuration from config.nsst commit 1e5ebe44fd525135114b0fc74a698cadd2eb5eaa Merge: 0b540d78 b0536156 Author: Lin.Gan <lin.gan@noaa.gov> Date: Fri Nov 13 15:36:06 2020 +0000 Merge remote-tracking branch 'upstream/v16ccpp' into feature/ccpp commit 0b540d78c47755cb0bd68a8dc934461ec1bef345 Author: Lin.Gan <lin.gan@noaa.gov> Date: Fri Nov 13 15:35:26 2020 +0000 update eupd resource commit 267c661710562ab620c07212626268f0201c6c20 Author: Lin.Gan <lin.gan@noaa.gov> Date: Fri Nov 13 15:31:56 2020 +0000 Merge with v16ccpp modified: parm/config/config.base.emc.dyn modified: parm/config/config.resources modified: scripts/exglobal_forecast.sh modified: sorc/build_fv3.sh modified: sorc/checkout.sh commit b0536156ed8383150fc65d5897c6acd17c0df248 Author: fanglin.yang <fanglin.yang@noaa.gov> Date: Fri Nov 13 06:30:25 2020 +0000 modified: parm/config/config.base.emc.dyn parm/config/config.base.nco.static scripts/exglobal_forecast.sh sorc/build_all.sh sorc/build_fv3.sh sorc/checkout.sh to add the option to check out ufs_weather_model and run with CCPP phsyics commit b80676925e5dca6c26d8dbf59c8ca74c0efe5fcb Author: Lin.Gan <lin.gan@noaa.gov> Date: Thu Nov 12 20:18:08 2020 +0000 sync config.base.emc.dyn and config.resources with development commit 6e6fdd79515966f84334e9319dbb3b9cfff9095c Author: Lin.Gan <lin.gan@noaa.gov> Date: Thu Nov 12 19:28:06 2020 +0000 Remove GSD suite file and aero IC extract util commit 8aed527d4358e131fba73785469d1fec957e619a Author: Lin.Gan <lin.gan@noaa.gov> Date: Thu Nov 12 18:23:21 2020 +0000 deleted: jobs/rocoto/aeroic.sh commit d2191414c48835799e578a6010d7dbfdb6babb78 Author: Lin.Gan <lin.gan@noaa.gov> Date: Thu Nov 12 18:11:43 2020 +0000 Changes to be committed: modified: jobs/rocoto/fcst.sh deleted: modulefiles/module_base.wcoss_dell_p3_fcst deleted: parm/config/config.aeroic modified: parm/config/config.base.emc.dyn modified: parm/config/config.resources modified: sorc/build_fv3.sh modified: sorc/checkout.sh modified: sorc/link_fv3gfs.sh deleted: ush/load_fv3gfs_modules_fcst.sh deleted: ush/rocoto/setup_workflow_fcstonly_aeroic.py commit 490f0a73d852f709e1232d4a4a9ee7f3d95d58d9 Merge: 52f59845 e3972f17 Author: Lin.Gan <lin.gan@noaa.gov> Date: Thu Nov 12 15:49:48 2020 +0000 Merge remote-tracking branch 'upstream/develop' into feature/ccpp commit 52f59845f62bd9cc16b6b1197a7de04a4b4a1d86 Author: Lin.Gan <lin.gan@noaa.gov> Date: Thu Nov 12 15:04:33 2020 +0000 As of 11/12/2020, this package is tested with a C768 cycled (6 cycle) run on Dell system using FV3_GFS_v16beta (imp_physics=11). The wave components are turned off. Ready to merge back to the development. The expdir and log files are available on HPSS: /NCEPDEV/emc-global/1year/Lin.Gan/WCOSS_DELL_P3/feature_ccpp/FV3_GFS_v16beta/FV3_GFS_v16beta-LOG.tar /NCEPDEV/emc-global/1year/Lin.Gan/WCOSS_DELL_P3/feature_ccpp/FV3_GFS_v16beta/FV3_GFS_v16beta-EXPT.tar File parm/config/config.resources has been modified to fix EUPD job issue in job card resource. File sorc/build_fv3.sh and sorc/link_fv3gfs.sh changed to clear up development remark. Removed a developer directory that is not required for FV3_GFS_v16beta confiruration. commit e3972f1778242d696bcc4eb4a979d46373e8d193 Merge: 9f7eebaf 671856dd Author: Kate Friedman <kate.friedman@noaa.gov> Date: Fri Nov 6 12:55:23 2020 -0500 Merge pull request #174 from NOAA-EMC/port2orion GFSv16 release hand-off state, Orion support, and additional low res R&D updates commit b096e2941e4817eace7d8d9e9173ca92a3f72944 Merge: 9fa9ffe9 670b97c2 Author: Kate Friedman <kate.friedman@noaa.gov> Date: Fri Nov 6 10:54:07 2020 -0500 Merge pull request #173 from JessicaMeixner-NOAA/bugfix/rtofsissues Updates for RTOFS preprocessing for wave model commit 671856ddf96ff4ae2df8a5feacd1b184ce9b8702 Merge: 5383477a 9f7eebaf Author: Kate.Friedman <Kate.Friedman@noaa.gov> Date: Thu Nov 5 20:43:26 2020 +0000 Sync merge with develop to resolve conflicts commit 5383477af879dd671dbab066b41eea7e2428e50f Author: Kate.Friedman <Kate.Friedman@noaa.gov> Date: Thu Nov 5 18:46:43 2020 +0000 Change wavepostbndpnt to wait for fcst to end commit 201abf3e7ed9b5cb66bec43bcb9e4d34b3c6d5f9 Merge: f4ceb182 9fa9ffe9 Author: kate.friedman <kate.friedman@noaa.gov> Date: Thu Nov 5 12:10:32 2020 -0600 Merge remote-tracking branch 'origin/release/gfsv16.0.0' into port2orion * origin/release/gfsv16.0.0: Issue #1 - update WAFS tag to gfs_wafs.v6.0.14 and update dumpjb version to 5.1.0 modified: jobs/JGFS_ATMOS_POSTSND and jobs/rocoto/postsnd.sh to remove redundant variables in the two scripts and make them work for both EMC and NCO parallels. Issue #1 - update WAFS tag to gfs_wafs.v6.0.13 Rename Release_Notes.gfs.v16.0.0.txt to Release_Notes.gfs.v16.0.0.md Issue #1 - update WAFS tag to gfs_wafs.v6.0.12 for removal of in-cloud turbulence per AWC commit f4ceb182685a5d6d6fb18b2e40c48ae0623a0794 Author: Kate.Friedman <Kate.Friedman@noaa.gov> Date: Thu Nov 5 14:49:08 2020 +0000 Hera updates for OUTPUT_FILETYPES and resources commit 896d19529c828a62574c835d6d372701588fe758 Author: kate.friedman <kate.friedman@noaa.gov> Date: Wed Nov 4 10:19:17 2020 -0600 Set nth_fcst to 4 for C384 deterministic commit 37d01e9fc68517c39b66a1ab67453b016666d590 Author: kate.friedman <kate.friedman@noaa.gov> Date: Tue Nov 3 14:06:59 2020 -0600 Tie DOIAU_ENKF to DOIAU and add DOIAU check for IAU_OFFSET and IAU_FHROT in config.base commit 1a11fd21740860275f9be14caf1e615691075414 Author: kate.friedman <kate.friedman@noaa.gov> Date: Tue Nov 3 14:49:12 2020 +0000 Increase gfsfcst walltime for C192 commit 670b97c2673054b8d18a004390af0093520b1968 Author: jessica.meixner <Jessica.Meixner@noaa.gov> Date: Mon Nov 2 20:46:33 2020 +0000 updates for checking if RTOFS files exist and only processing RTOFS files for needed fhr commit 190b78c8d34f60e84c80b47a97cb4184e4e11fd9 Author: Kate.Friedman <Kate.Friedman@noaa.gov> Date: Mon Nov 2 18:41:32 2020 +0000 Set nth_fcst to 4 for C384 on Hera to handle less memory commit 713c51eabc40b80e02314b5955b0efab3b235344 Author: Kate.Friedman <Kate.Friedman@noaa.gov> Date: Mon Nov 2 17:54:49 2020 +0000 Add FDATE calculation to setup scripts and change FDATE in to parsed value in config.base.emc.dyn commit 306ea5f15120d808760bd58b247b5861a8813670 Author: kate.friedman <kate.friedman@noaa.gov> Date: Mon Nov 2 10:43:20 2020 -0600 Reduce C384 nth_fv3 to 1 in config.fv3 commit 9fa9ffe97d23ad69c33658875c9b0c3440c2c97f Author: kate.friedman <kate.friedman@noaa.gov> Date: Mon Nov 2 15:24:48 2020 +0000 Issue #1 - update WAFS tag to gfs_wafs.v6.0.14 and update dumpjb version to 5.1.0 commit 24226384780c9c2438abec1864923f87371798d4 Merge: 70593343 a3b46385 Author: fanglin.yang <fanglin.yang@noaa.gov> Date: Fri Oct 30 19:48:13 2020 +0000 Merge branch 'release/gfsv16.0.0' of https://github.com/NOAA-EMC/global-workflow into release/gfsv16.0.0 commit 705933436f2f42d5fde17b8aa4a57918f2c66b6a Author: fanglin.yang <fanglin.yang@noaa.gov> Date: Fri Oct 30 19:46:51 2020 +0000 modified: jobs/JGFS_ATMOS_POSTSND and jobs/rocoto/postsnd.sh to remove redundant variables in the two scripts and make them work for both EMC and NCO parallels. commit c9e0566eb2e6179410583c14d48a971a79dc4c88 Author: Kate.Friedman <Kate.Friedman@noaa.gov> Date: Thu Oct 29 20:50:46 2020 +0000 Revert epos change in setup_workflow.py commit a3b463859154c1127bb66764a65baa89929a0a5f Author: kate.friedman <kate.friedman@noaa.gov> Date: Wed Oct 28 18:18:51 2020 +0000 Issue #1 - update WAFS tag to gfs_wafs.v6.0.13 commit ab0577de3c4bbbdc58219fd1c95a142cf93b5f4a Author: Kate.Friedman <Kate.Friedman@noaa.gov> Date: Wed Oct 28 13:52:34 2020 +0000 Issue #1 - update anal, eobs, and eupd resources for low res commit 97f1ae89baf37d8bd1940f179fecb6bdc1279fa2 Author: Kate.Friedman <Kate.Friedman@noaa.gov> Date: Tue Oct 27 17:52:28 2020 +0000 Issue #1 - adjust epos groups for DOIAU/DOIAU_ENKF=NO commit cb6d74e0c7363f7e54d879a97f457f7d4a37d926 Author: Kate Friedman <kate.friedman@noaa.gov> Date: Mon Oct 26 15:56:58 2020 -0400 Rename Release_Notes.gfs.v16.0.0.txt to Release_Notes.gfs.v16.0.0.md commit c09678fb33d0ece36de1af223b5cdf8384d5b9c3 Author: kate.friedman <kate.friedman@noaa.gov> Date: Mon Oct 26 14:43:09 2020 +0000 Issue #1 - update WAFS tag to gfs_wafs.v6.0.12 for removal of in-cloud turbulence per AWC commit 59f08b31916d3585aa9a4832dc9de865e3a350cf Merge: cbe5ddff 1171a622 Author: Lin.Gan <lin.gan@noaa.gov> Date: Thu Oct 22 19:47:42 2020 +0000 Merge remote-tracking branch 'upstream/port2orion' into feature/ccpp commit cbe5ddff8013a03a9391eead40796f9c30d7ca28 Author: Lin.Gan <lin.gan@noaa.gov> Date: Thu Oct 22 18:35:49 2020 +0000 Cycled warm start run using develop ufs-weather-model branch and feature/ccpp using merged branch on the 10/13 (4da0f) with feature/gfsv16b (31563). CPP_SUITE="FV3_GFS_v16beta" build_fv3 option: CCPP=Y 32BIT=Y SUITES=FV3_GFS_v15,FV3_GSD_v0,FV3_GSD_noah,FV3_GFS_v16beta wave is turned off for this test because it's for atmospheric physics and comparison. commit 1171a62238f0877fc8956df669f07fc9a418c145 Author: Kate.Friedman <Kate.Friedman@noaa.gov> Date: Thu Oct 22 14:01:31 2020 +0000 Issue #1 - increase wavepostbndpnt and wavepostpnt walltimes to give more time on Hera commit c3bab19722a8b301e9ac4d2367b7e3e5dc2d88e7 Author: Kate.Friedman <Kate.Friedman@noaa.gov> Date: Wed Oct 21 20:13:38 2020 +0000 Fix wrong DATE in new if-block in config.anal for cold start checking commit 636ded675b81b15e8b3af2a211edf44f17972cf0 Author: kate.friedman <kate.friedman@noaa.gov> Date: Tue Oct 20 19:23:16 2020 +0000 Issue #1 - add wtime_fcst_gfs time of 4hrs for C384 commit 4007f116adcde8372e590489d0faa0181babbc15 Author: kate.friedman <kate.friedman@noaa.gov> Date: Tue Oct 20 18:29:15 2020 +0000 Issue #1 - fix firstcyc queue bug in workflow_utils.py on WCOSS commit ebdb058fd138a7aa408d69c967747686ea5b77d9 Author: kate.friedman <kate.friedman@noaa.gov> Date: Tue Oct 20 13:23:05 2020 -0500 Issue #1 - resource updates from low res testing - set io_layout to "1,1" for low res gfs in config.fcst - set npe_wav[_gfs] to 140 for all resolutions, same wave grid - increase nth_fv3 to 4 for C192 and C384 - set smaller walltime for gfsfcst when resolutions less than C768 commit 3f0ab6ff2dd4ca42a45e68972b1936d398b32097 Author: Kate.Friedman <Kate.Friedman@noaa.gov> Date: Tue Oct 20 17:55:18 2020 +0000 Issue #1 - increase C768 npe_eobs to 200 for Hera nodes with less memory commit d5b69c49ddbd03982db79f09707a49d01ef0b443 Merge: 4ebdd230 794e6655 Author: Kate.Friedman <Kate.Friedman@noaa.gov> Date: Tue Oct 20 16:56:27 2020 +0000 Merge remote-tracking branch 'origin/release/gfsv16.0.0' into port2orion * origin/release/gfsv16.0.0: Issue #1 - pull in corrected npe_eobs values in config.resources Issue #1 - update FV3 tag to GFS.v16.0.14 for Hera/Orion build support commit 4ebdd230c121a3c839829aa4ef855d80eb462549 Author: Kate.Friedman <Kate.Friedman@noaa.gov> Date: Tue Oct 20 16:53:46 2020 +0000 Add UPP netcdf module library load to HERA.env to resolve runtime netcdf version mismatch commit 794e6655cb227973e47b2373d0e4c97bf297479e Author: kate.friedman <kate.friedman@noaa.gov> Date: Tue Oct 20 16:45:58 2020 +0000 Issue #1 - pull in corrected npe_eobs values in config.resources commit 1d0cad425b1e163377bba8ace6622bbbb2d81de0 Author: Kate.Friedman <Kate.Friedman@noaa.gov> Date: Mon Oct 19 19:24:55 2020 +0000 …
* upstream/develop: remove flags that were not present in Makefiles update jasper to 2.x.25. remove compiler flag in fv3nc2nemsio Update EMC_verif-global tag to verif_global_v1.13.4 another use of _d where an _4 is needed Adjust how target is set for build_workflow_utils Add workflow_utils to build_all and link scripts copy/paste error from enkf_chgres_recenter.fd to enkf_chgres_recenter_nc.fd. When going from nemsio to netcdf, the linking of ip, sp and w3nco changed from _d to _4. update .gitignore to exclude build and install directories as well as compiled files. bugfix in build_workflow_utils.sh hack. nceplibs-ncio now creates the module ncio and not fv3gfs_ncio. add cmake build capability for workflow utilities Update Fit2Obs tag to newm.1.3 for bugfix Update Fit2Obs tag to newm.1.3 for bugfix Update EMC_verif-global tag for Hera bug Pull in nwpara/gfsv16.0.6 updates for parse-storm-type.pl HOTFIX: Update EMC_verif-global tag for Hera bug Issue NOAA-EMC#1 and issue NOAA-EMC#238 - update Externals.cfg to match checkout.sh updates for v16.0.6 move errchk definition from script to job for wave prdgen and gempak adding definition of errchk which was undefined in these scripts Issue NOAA-EMC#179 and issue NOAA-EMC#243 - update Fit2Obs to newm.1.2 tag and correct COMROOT path for Hera HOTFIX: Issue NOAA-EMC#241 - update EMC_verif-global tag to remove use of /tmp space Issue NOAA-EMC#1 and issue NOAA-EMC#233 - update GLDAS tag to gldas_gfsv16_release.v1.13.0 Issue NOAA-EMC#1 and issue NOAA-EMC#241 - update EMC_verif-global tag Issue NOAA-EMC#1 and issue NOAA-EMC#238 - remove ak_10m grid from config.wave and update checkout.sh tags for ufs-weather-model and EMC_gfs_wafs Issue NOAA-EMC#179 - update to config.vrfy for Fit2Obs tag which supports Orion Issue NOAA-EMC#1 and issue NOAA-EMC#226 - update UPP tag to upp_gfsv16_release.v1.1.3 in Externals.cfg Issue NOAA-EMC#1 and issue NOAA-EMC#226 - update UPP tag to upp_gfsv16_release.v1.1.3 Issue NOAA-EMC#233 - remove unnecessary extra space in tag line for gldas Issue NOAA-EMC#233 - update GLDAS tag to gldas_gfsv16_release.v1.13.0 Issue NOAA-EMC#1 and issue NOAA-EMC#226 - update exgfs_atmos_grib2_special_npoess.sh for dbn_alert modified: exglobal_forecast.sh The breakpoint restart only works for the first restart from a breakpoint. Restart files written in RERUN_RESTRAT after the first restart has a 3-hour time shift for DO_IAU=YES cases. Forecasts starting from the 2nd breakpoint and beyond will fail becasue of incorrect initial conditins. This commit fixes this bug. issue NOAA-EMC#227 reducing output bufr files to 64 levels per NCO request issue NOAA-EMC#227 reducing output bufr files to 64 levels per NCO request Issue NOAA-EMC#1: update ecflow to be consistent with NCO's gfs.v16.0.4 and update checkout to bring in new UPP tag (see issue NOAA-EMC#226) Upaded ush script scale_dec.sh Updated scripts gfs_v16.0 Issue NOAA-EMC#1 and issue NOAA-EMC#220 - set C192/C96/C48 npe_eobs back to dev values for develop Issue NOAA-EMC#1 - add grib_util module load to several analysis ecflow scripts Issue NOAA-EMC#189 - update ufs-weather-model hash Issue NOAA-EMC#201 - workaround for failing post000 job before hpc-stack solution Issue NOAA-EMC#1 - update WAFS tag to gfs_wafs.v6.0.17 for dbn_alert change Issue NOAA-EMC#1 - correct gridded wave parm files for v16.0.3 Issue NOAA-EMC#1 - changes from NCO for GFSv16.0.3 Issue NOAA-EMC#1 - update Externals.cfg with final tags for GFSv16.0.2 Fixes for issue NOAA-EMC#202 (FINDDATE) and issue NOAA-EMC#208 (postsnd.sh permissions) Issue NOAA-EMC#1 - correct permissions on jobs/rocoto/postsnd.sh Issue NOAA-EMC#1 - update gempak version to 7.3.3 in the ecflow gfs.ver file Issue NOAA-EMC#1 - update gempak and dumpjb versions to 7.3.3 and 5.1.0 respectively Script alert updates from NCO for wave downstream Add override for COMIN_WAV_RTOFS in emc mode for waveprep job Issue NOAA-EMC#197: place CDATE specific sections of config.anal and config.prep inside RUN_ENVIR=emc blocks. These sections are use for retrospective parallels and therefore do not need to be executed in operations (NCO). modified: JGLOBAL_FORECAST modified: JGLOBAL_FORECAST to make it work for both emc and nco running environments. modified: JGLOBAL_FORECAST A test showed that jobid is not defined in JGLOBAL_FORECAST running in the Rocoto environment. jobid is defined in ./env files. Defining DATA without sourcing ./env/$nachine.env caused the script to fail. Move the definitin of DATA after sourcing env parameters modified: checkout.sh to use WAFS tag gfs_wafs.v6.0.16 modified: checkout.sh to update UPP to upp_gfsv16_release.v1.1.1, a minor syntax bug fix modified: link_fv3gfs.sh to 1) use hard copies of external fix fields and executable for NCO installation 2) use soft links for all other files and directories for both NCO and EMC installations Compared local files in NCO implementation directory with release/gfs.v16.0.0 branch, changes made by NCO(Jen Yang) in the following files are either accepted or rejected. create a new branch release/gfsv16.0.0.nco to merge changes made by NCO in /gpfs/dell1/nco/ops/nwpara/gfs-v16/gfs.v16.0.1 back to EMC's repository update for the wave parm so that the wave model will look for the correct restart for when gfs is not run every cycle updates for checking if RTOFS files exist and only processing RTOFS files for needed fhr
Squashed commit of the following: commit d3028b9d8268028226f9c27800fcd6655e9e4bb8 Author: David Huber <69919478+DavidHuber-NOAA@users.noreply.github.com> Date: Wed Jan 19 14:29:51 2022 -0500 Fix setting of OUTPUT_FILETYPES (#589) The setting of OUTPUT_FILETYPES was being overwritten by the FV3 model configure parsing script, so the settings determined in the config.fcst file was being ignored. Now that block is removed and config.fcst is updated to make sure it is set for any machine. Fixes #588 commit 13421b01a07e5d1cca32ee7579a4094d8209b072 Author: Rahul Mahajan <aerorahul@users.noreply.github.com> Date: Wed Jan 19 12:16:29 2022 -0500 Update PR template commit 322a61a61238e8486cb42d7d26282b2728d0c32f Author: Rahul Mahajan <aerorahul@users.noreply.github.com> Date: Wed Jan 19 12:13:33 2022 -0500 Move PR template MD file. Update issue templates commit 7a52fc8d8bbfc5896b7d03004d5189b2a6b24013 Author: Rahul Mahajan <aerorahul@users.noreply.github.com> Date: Wed Jan 19 11:32:51 2022 -0500 rename pull_request_template.md commit 88ec66eb834e9a78c94feae4f37f774c7807aa3c Author: Rahul Mahajan <aerorahul@users.noreply.github.com> Date: Wed Jan 19 10:34:54 2022 -0500 make changes to the templates commit 66d84e21ad7ae3fafb4ad5097faf86dfa1b99b60 Author: Walter Kolczynski - NOAA <Walter.Kolczynski@noaa.gov> Date: Wed Jan 19 10:08:45 2022 -0500 Fix lfrac entry in diag table (#570) Land fraction was listed in the wrong module, keeping it from being written to output. Refs: #562 commit e2657adbdadaac7089591390428324c6aec260a9 Author: Rahul Mahajan <aerorahul@users.noreply.github.com> Date: Tue Jan 18 17:04:04 2022 -0500 Update NCO_bug_report.md commit a9d6851a0c3b6051cb1c7c7ec482fc50d762bef4 Author: Rahul Mahajan <aerorahul@users.noreply.github.com> Date: Tue Jan 18 16:59:18 2022 -0500 Update bug report issue template commit 2fab8b4213645b79b3fea8127e7d4ab21044188e Author: Rahul Mahajan <aerorahul@users.noreply.github.com> Date: Tue Jan 18 15:13:53 2022 -0500 Add templates for Github (#560) Adds GitHub templates for new issues and PRs to standardize and make sure all the needed information is included. commit 03be05309b184421c473f1b43082b766b114fd46 Author: Walter Kolczynski - NOAA <Walter.Kolczynski@noaa.gov> Date: Tue Jan 18 10:02:02 2022 -0500 Fix toggle for building workflow_utils (#580) The fv3gfs_build.cfg did not have a space between the periods and the setting for workflow_utils, which means the setting was ignored and the default of yes was always used. Fixes: #577 commit aadd3bae3d4fdc7827a93ab51b336a7f6b2fdb02 Author: Walter Kolczynski - NOAA <Walter.Kolczynski@noaa.gov> Date: Tue Jan 18 10:01:24 2022 -0500 Remove redundant toggle for gldas build (#579) The build cfg files controlling which components are built and the partial_build.sh script all have two instances trying to set the value for gldas. This means one of the settings did nothing when changed. Fixes: #578 commit 86d4b305a070c080dcfd44a3f9a31ca2280759fa Author: Walter Kolczynski - NOAA <Walter.Kolczynski@noaa.gov> Date: Fri Jan 14 01:05:59 2022 -0500 Update config missed in last GSI update (#569) When the GSI version was updated in PR #530, updates to the config.anal file were mistakenly omitted. That file is now updated following ops (PR #451, #489). Refs: PR #530 commit 33308ea3b477db17a5db455a4c4887e3d5cbc711 Author: Jessica Meixner <jessica.meixner@noaa.gov> Date: Thu Jan 6 00:44:43 2022 -0500 Updates for P8a (#538) Updates ufs-weather-model to the 2021 Dec 23 commit and the matching UPP hash. Coupled settings are updated to run the P8a mini prototype. Updates include: Turn on ice-albedo feedback in atm (Requires changing input.nml to set use_cice_alb=true in &gfs_physics_nml ) Updates to CA namelists Updates for NOAH-MP which require input.nml update for to export iopt_sfc="3" and modifying parm_fv3diag to include pahi, pah_ave, ecan_acc, etran_acc,edir_acc,wa_acc, lfrac to the grib outputs "gfs_phys", "pahi", "pahi", "fv3_history2d", "all", .false., "none", 2 Closes #525 commit ae7092405e7552f76674b33fc81cb3973a68ad4e Author: David Huber <69919478+DavidHuber-NOAA@users.noreply.github.com> Date: Mon Jan 3 17:28:47 2022 -0500 Reordered CDUMP_LIST Refs #541 (#542) commit 033b1d8ef29b7c829e8131758135b372ae61de26 Author: Walter Kolczynski - NOAA <Walter.Kolczynski@noaa.gov> Date: Sun Dec 19 22:18:48 2021 -0500 Update GSI version to 2021 Dec 14 (#530) commit b187e2aa15bfd7600c49627fd4c2d02915b50abe Author: Walter Kolczynski - NOAA <Walter.Kolczynski@noaa.gov> Date: Thu Dec 16 22:15:45 2021 -0500 Replace all backticks for command substitution (#526) All instances where backticks are used for command substitution are replaced with $( ). This standardizes usage around $( ), which can be nested and does not be confused with single quotation marks. Refs: #397 commit dd03ed0953bfc65f5a9c85529dd2c95ac0625189 Author: Walter Kolczynski - NOAA <Walter.Kolczynski@noaa.gov> Date: Fri Dec 10 15:35:00 2021 -0500 Add coupled support and update UFS (#500) Adds support for full coupled model except aerosols (FV3-WW3-MOM6-CICE) following the prototype settings. Support for aerosols will be added soon. This also updates the UFS version to develop as of Oct 7. There are associated additions or changes to settings, but we've tried to have defaults maintain the same behavior as previously. Issues related to memory in prep and ocnpost on Hera and Orion due to changes in the slurm configuration have been addressed. Due to a change in the dycore that uses the checksum in the NetCDF files to check for data integrity, warm start ICs may need an additional offline step before use to update the checksum: ``` ncatted -a checksum,,d,, ${RESTARTinp}/${PDY}.${cyc}0000.fv_core.res.tile1.nc ./fv_core.res.tile1.nc ncatted -a checksum,,d,, ${RESTARTinp}/${PDY}.${cyc}0000.fv_tracer.res.tile1.nc ./fv_tracer.res.tile1.nc ``` A new setting APP controls what components (and their respective jobs) are turned on. The setting can be found in config.base, but can be set at experiment setup time using the new --app option. Recognized values are ATM (atm-only), ATMW (atm and waves), S2S (atm-ocn-ice), S2SW (atm-ocn-ice-wav). If no value is given, the default is ATM, so there is no change in behavior if you omit the option. For now, these values follow their UFS equivalents, but they may diverge in the future based on the needs of global workflow. ATMW is known to not quite work; S2S is so far untested. When run using the S2SW app, the workflow will automatically substitute the coupled IC copying job in place of the normal gfsprep jobs and use roughly the settings from prototype 7.2 (except aerosols). The alternate settings for the coupled configuration (compared to ATM) are taken from the config.defaults.s2sw file. Coupled prototype ICs are currently being maintained on Hera, Orion, and WCOSS-Dell. The locations are set in the config.coupled_ic. There is a base location (BASE_CPLIC) and a setting for each component specifying a subdirectory within the base location. There are new options available for the checkout.sh, build_all, and link_fv3 scripts: - checkout.sh has a new -m option that allows you to override the UFS hash that is checked out. - build_all.sh has two new options: -c to build UFS as the coupled model, and -a to build UFS as ATM-GOCART (but aerosols are not fully supported yet). These options are then passed to build_ufs.sh. The options are temporary, as all configurations will be available from a single executable soon. When building for coupled, the subcomponents built is controlled by cpl_build.cfg. - link_fv3.sh is renamed to link_workflow.sh and adds an optional third argument, "coupled". When provided, the files necessary for coupled are linked. This option is also temporary, as the link script will be updated to always link these files. ### To run in coupled mode with prototype settings/inputs 1. Clone as usual 2. Run checkout.sh 3. Run build_all.sh with the -c option `./build_all.sh -c` (the -c option is temporary) 4. Run link using the coupled argument: `./link_workflow.sh emc <machine> coupled` 5. Run setup_expt_fcstonly.py using the --app option S2SW 6. Modify config files as necessary. config.defaults.s2sw will automatically override some settings when app is S2SW 7. Run setup_workflow_fcstonly.py as usual 8. Setup rocoto to run your experiment ### Technical udpates Converts global forecast into a set of modular scripts. The scripts define a bunch of functions to be called, with separate functions for each component in each classification. For instance, there is an FV3_GFS_predet, MOM6_predet, CICE_predet, etc. that are conditionally run if the associated component is on. The diag table for AOD 550 (diag_table_aod) is reduced to just the portion needed in addition to the normal diag table so it can be appended. Ideally, in the future, we extend this treatment so diag tables can be built based on settings instead of having separate ones for each combination. Wave input file templates that were formerly kept in the fix directory are now more appropriately moved inside the global-workflow in parm. The group labels for the post jobs now indicates the forecast hours included instead of just an index. This required minor updates to check for 'anl' instead of 0 for analysis jobs. The checkout script now writes its logs to the logs/ directory the same way as build does, instead of leaving them in sorc/ The UFS model source has been moved to a ufs_model.fd directory, and the build script has been renamed build_ufs.sh. Error checking was added to the build_ww3prepost.sh script. The archive script has been streamlined and the section that saves gaussian grid files was fixed, but turned off by default (see PR #517). rocoto_viewer has been updated to python3 and the dependency on prod_utils was removed, which makes the script more portable. Be sure to load a sufficient version of python to use. For those coming from coupled-crow: ice and ocean output files are now linked to COM from the forecast run directory instead of being copied at the end of the forecast. This allows post to run as files are produced instead of after the forecast is complete. Ocean post jobs are handled the same as atmosphere post: forecast hours are grouped into a number of tasks determined by NPOSTGRP in config.ocnpost. The ocean and ice output are now also located in their own component directories in COM (the joint ocean-ice files are located in the ocean directory for now). The atmosphere latitudes are reversed from coupled-crow (see c59260b0). Co-authored-by: jikuang <jikuang@umd.edu> Co-authored-by: Kate.Friedman <Kate.Friedman@noaa.gov> Co-authored-by: Rahul Mahajan <aerorahul@users.noreply.github.com> Co-authored-by: JessicaMeixner-NOAA <Jessica.Meixner@noaa.gov> Co-authored-by: JianKuang-UMD <51758200+JianKuang-UMD@users.noreply.github.com> Co-authored-by: lgannoaa <37596169+lgannoaa@users.noreply.github.com> commit 8abe1dfa8d613f9398cd86564046b53235f62749 Author: lgannoaa <37596169+lgannoaa@users.noreply.github.com> Date: Wed Dec 8 16:36:52 2021 -0500 Fix resource assignment issue found in analysis job running global_cycle (#467) Correct settings for nth_anal on WCOSS-Dell and nth_cycle everywhere. commit fdffeaaf013f638ac43ad421981e48fabf7a7070 Author: malloryprow <mallory.row@noaa.gov> Date: Thu Nov 18 14:17:02 2021 -0500 Update gfsmetp, gfsarch dependencies (related update of EMC_verif-global tag) (#508) * Update gfsmetp and gfsarch dependencies * Update EMC_verif-global tag to verif_global_v2.8.0 Refs: #437, #472 commit 108abc589b746b2ba585d18a6b6587e5a0d89f39 Merge: f6f1bb70 e5cd6369 Author: Walter Kolczynski - NOAA <Walter.Kolczynski@noaa.gov> Date: Tue Nov 16 10:11:39 2021 -0500 Merge pull request #497 from NOAA-EMC/feature/shebang Update ush/ script files with "python3" in shebang commit e5cd636930b0e36ae9b2b25697cda317a2df996d Author: jikuang <jikuang@umd.edu> Date: Fri Nov 12 11:50:53 2021 -0600 update the following files with "python3" in shebang commit f6f1bb7026bcb4983b0f9e921a6332b6722fe724 Author: lgannoaa <37596169+lgannoaa@users.noreply.github.com> Date: Wed Nov 10 10:08:42 2021 -0500 Add flag to launcher command to prepend task number to lines in stdout/err (#493) Modified env file settings for launcher variable to prepend task number label with "-l" flag. commit 096fc1fb76ee01aff7908b91adc9851da9235cad Author: Rahul Mahajan <aerorahul@users.noreply.github.com> Date: Tue Nov 9 08:47:22 2021 -0500 Update NSSTBUFR file logic in prep job (#469) Add switch in config.prep to toggle NSSTBUFR file creation in prep.sh. Add logic in prep.sh to copy NSSTBUFR from DMPDIR if not creating as part of the workflow. NSSTBUFR is created with different DTYPS_nsst before 2020102200. commit 84194a735b46c907656fe2b2cca3ca97799396f0 Merge: a39cb11e 0740b5b6 Author: Walter Kolczynski - NOAA <Walter.Kolczynski@noaa.gov> Date: Wed Oct 27 11:52:55 2021 -0400 Merge pull request #474 from NOAA-EMC/feature/setx2 Hide module load commands commit 0740b5b6c622d64b770c73aa47d9789494d94a99 Author: jikuang <jikuang@umd.edu> Date: Tue Oct 26 13:19:07 2021 -0500 wrap module load commands with set +x commit a39cb11ef9e72b2913d81521d6f9e51da3a8bc22 Author: Kate Friedman <kate.friedman@noaa.gov> Date: Wed Sep 29 09:36:31 2021 -0400 Update EMC_verif-global tag to verif_global_v2.5.2 (#450) New tag provides the following updates since the verif_global_v2.2.1 tag: - Added capability to produce a scorecard (no need to use METviewer AWS to produce scorecards) - Added capability to produce fit-to-obs plots - Added support for Jet - Updated DA ensemble plots graphics to support when models ensemble mean and spread output is on different grids - Hot fix for new METviewer AWS host name - Hot fix for reorganizing precipitation verification input files Refs: #438 commit 6f74cacdffe22f67e99aed1ac0e75720dac27c30 Author: JianKuang-UMD <51758200+JianKuang-UMD@users.noreply.github.com> Date: Tue Sep 28 09:53:16 2021 -0400 Remove firstcyc job (#440) The need for the firstcyc job has gone away, removing redundant job. commit 1ca27148d776eedf96636a845feb95881cfaa138 Author: Kate Friedman <kate.friedman@noaa.gov> Date: Thu Sep 9 11:53:11 2021 -0400 Update repository name for EMC_post component to UPP (#441) - the "EMC_post" repository was renamed to "UPP" on September 6th 2021 - update repository url in checkout script and Externals.cfg Refs: #433 commit 7233d0c46cc9d24b01bee0ef6be12d775d2523a4 Author: Kate Friedman <kate.friedman@noaa.gov> Date: Mon Aug 23 11:22:26 2021 -0400 Add rstprod support to Orion (#421) - Update EMC_verif-global tag to verif_global_v2.2.1 - Turn on rstprod support by default on Orion - Change default DMPDIR path on Orion to new rstprod-supported GDA Refs: #347 commit 20c331dd9678834b980ccc932b6235a8266d4a88 Author: Kate Friedman <kate.friedman@noaa.gov> Date: Thu Aug 19 13:01:07 2021 -0400 Update obsproc package versions for TAC2BUFR implementation (#423) Update obsproc package versions for TAC2BUFR implementation: - obsproc_prep v5.5.0 - obsproc_global v3.4.2 - new packages installed on WCOSS-Dell, Hera, Jet, Orion Refs: #341 commit 7f0f7400520b031e2428238a9741d4d8bfb8207a Author: Kate Friedman <kate.friedman@noaa.gov> Date: Wed Aug 18 12:41:09 2021 -0400 Update vrfy/metp jobs to use jobid in their DATAROOT folders (#414) Update vrfy/metp jobs to use jobid in their respective DATAROOT folder names; fixes race condition between vrfy and metp jobs Refs: #401 commit 9233d965cd19a94ee649b4ee8c117bb587b78923 Author: Kate Friedman <kate.friedman@noaa.gov> Date: Tue Aug 17 12:48:12 2021 -0400 Update workflow_utils build modules and remove ncio module hack (#412) Add ncio/1.0.0 module load to workflow_utils and remove hack that builds this library inline. Refs: #407 commit df26e953792913669698ba64b414b3be5184f43d Author: Kate Friedman <kate.friedman@noaa.gov> Date: Tue Aug 17 11:15:38 2021 -0400 UFS_UTILS tag update - gdas_init support on Jet and HPSS path update for GFSv16 real-time parallel (#410) * Update UFS_UTILS tag to ufs_utils_1_6_0 * Update HPSS path for real-time GFSv16 pre-implementation parallels Refs: #400 commit 34427f560c729ee3b7cc91ff357b3ad908a7486a Author: lgannoaa <37596169+lgannoaa@users.noreply.github.com> Date: Mon Aug 9 15:47:27 2021 -0400 Free-forecast mode support on Jet (#394) Support for free-forecast mode on Jet is added. Setup support for multiple partitions included (xjet, kjet, sjet, vjet) but tested/recommend to use xjet (default). Verification pieces and cycled mode not yet supported. commit 8c777ad04bce0555bed9f6666b808515b0a3766d Merge: ce66c74b fc48af56 Author: Kate Friedman <kate.friedman@noaa.gov> Date: Tue Jul 20 15:53:45 2021 -0400 Merge pull request #370 from BrianCurtis-NOAA/feature/rocoto-py3 Convert setup scripts to python3 commit fc48af56d3a0ccbd3e142d22452b9b5e34173b7b Author: Brian Curtis <brian.curtis@noaa.gov> Date: Mon Jul 19 20:48:05 2021 +0000 Missed a set of raw_input(), in py3 they are just input() commit 44dc907a2ea3b8a29334b2416183ca8775ff4c82 Author: Brian Curtis <brian.curtis@noaa.gov> Date: Mon Jul 19 19:59:54 2021 +0000 revert rocoto_viewer as its being worked on elsewhere commit 37f25384c29f6697be5c851868ce98d8b6c31207 Author: Brian Curtis <brian.curtis@noaa.gov> Date: Mon Jul 19 19:27:32 2021 +0000 Fixes from testing commit c0716f41f2446fec9a441b285d9033f73345c5d4 Author: Brian Curtis <brian.curtis@noaa.gov> Date: Mon Jul 19 10:28:06 2021 -0400 Merge w/upstream and update those changes to py3 commit cf8758f84418c236fb45913912491a1c27b2829f Merge: f9013dec ce66c74b Author: Brian Curtis <brian.curtis@noaa.gov> Date: Mon Jul 19 09:21:25 2021 -0400 fix merge conflict in workflow_fcstonly commit ce66c74bbc43e997bae66a2c2035f2412d3f602b Merge: 96347ea5 7a166da9 Author: Kate Friedman <kate.friedman@noaa.gov> Date: Wed Jul 14 16:18:55 2021 -0400 Merge pull request #362 from KateFriedman-NOAA/bugfix/ffhighres Correct wrong settings for high-res warm-start free-forecast commit 7a166da9f20a59729be39fff953bfe367987f046 Author: Kate.Friedman <Kate.Friedman@noaa.gov> Date: Wed Jul 14 19:19:45 2021 +0000 Reduce C768 npe_wav_gfs from ops 440 to dev 140 Refs: #353 commit b34c581c3b19ecdcdb4eff463e855597e5c08d80 Author: Kate.Friedman <Kate.Friedman@noaa.gov> Date: Wed Jul 14 19:15:31 2021 +0000 Adjust how EXP_WARM_START is set from setup_expt_fcstonly.py step - remove default value for start (EXP_WARM_START) - if user provides start flag then use it for EXP_WARM_START - if user doesn't provide start flag then make a decision for them based on resolution - if start=None and res=768 then start=warm - if start=None and res!=768 then start=cold Refs: #353 commit 69cf53412a61e7fe0fb49e8c688bc2cbb4ded572 Author: Kate.Friedman <Kate.Friedman@noaa.gov> Date: Thu Jun 24 16:38:25 2021 +0000 Set EXP_WARM_START=true in config.base via setup_expt_fcsonly.py if resolution is C768 - have free-forecast setup_expt script check if resolution is operational resolution (C768) and if so, set EXP_WARM_START=.true. - forcing EXP_WARM_START=.true. when C768 covers most C768 scenarios regarding cold vs warm starting - the --start argument still works but new check will override if res=768 - users can still change config.base setting as needed for special scenarios Refs: #353 commit 08f62e45319c9772ef33cdb3c7aa3ec165fede09 Author: Kate.Friedman <Kate.Friedman@noaa.gov> Date: Wed Jun 23 21:21:51 2021 +0000 Revert EXP_WARM_START if-block addition in config.getic - need to determine better way to set EXP_WARM_START Refs: #353 commit 1c03067ca570295b65f967467ef2329fb7999578 Author: Kate.Friedman <Kate.Friedman@noaa.gov> Date: Wed Jun 23 19:33:18 2021 +0000 Revert config.base EXP_WARM_START check change Refs: #353 commit 0f1cea6662695cad9ecf7df8317a36e1ab5c57e1 Author: Kate.Friedman <Kate.Friedman@noaa.gov> Date: Wed Jun 23 19:12:27 2021 +0000 Add checks for EXP_WARM_START in config.base and config.getic - add OPS_RES variable to both config.base.emc.dyn and config.getic - add if-block in both configs to force EXP_WARM_START=true if CASE=OPS_RES and gfs_ver=v16 (current ops) - check in config.base helps with later IAU checks - help catch when user doesn't set EXP_WARM_START=true when running v16 C768 Refs: #353 commit 7ed96c34f3dd6e4c4251e87d9abf62a0dbb413a2 Author: Kate.Friedman <Kate.Friedman@noaa.gov> Date: Wed Jun 23 19:10:17 2021 +0000 Add cd to ROTDIR when pulling ops warm starts - pull v16 warm starts directly into ROTDIR; don't need temporary location to handle subfolder diffs - resolves issue with GDATE gdas restart files being left in EXTRACT_DIR Refs: #353 commit 06c5e3cb7bd9d82d4e51a63168465118a34e5882 Author: Kate.Friedman <Kate.Friedman@noaa.gov> Date: Wed Jun 23 19:06:42 2021 +0000 Reduce C768 resource settings to fit node limits - default C768 resources on Hera were 218 nodes which is higher than the 210 node limit per job - bring C768 settings in config.fv3 down to 148 nodes (on Hera) - tested new settings in free-forecast mode on Hera Refs: #353 commit 96347ea527f7b0ab61a1aae6576e2709fb387c7c Merge: cfca8bb2 5c042e08 Author: Kate Friedman <kate.friedman@noaa.gov> Date: Wed Jun 23 11:13:06 2021 -0400 Merge pull request #316 from NOAA-EMC/feature/hpc-stack GFS components update for hpc-stack support commit 5c042e087c02cb82fe24ce666e477791f5e2417e Merge: b36414e4 cfca8bb2 Author: kate.friedman <kate.friedman@noaa.gov> Date: Thu Jun 17 19:33:03 2021 +0000 Merge remote-tracking branch 'origin/develop' into feature/hpc-stack commit cfca8bb2ca0dc0105b905c536f346002408db771 Merge: e08f5558 fba8cef5 Author: Kate Friedman <kate.friedman@noaa.gov> Date: Thu Jun 17 14:40:18 2021 -0400 Merge pull request #342 from KateFriedman-NOAA/issue178 Free-forecast integration with chgres_cube and resolve know mode bugs commit fba8cef5b870d46df1c665d3e9cabb23904ad3cf Author: Kate.Friedman <Kate.Friedman@noaa.gov> Date: Wed Jun 16 13:57:14 2021 +0000 Remove wave restart pull in getic script Refs: #178 commit 921838feb9f6fd3fc3c69579c677ffdd7175a103 Author: Kate.Friedman <Kate.Friedman@noaa.gov> Date: Wed Jun 16 13:18:35 2021 +0000 Remove old compile command from build_fv3.sh Refs: #178 commit b36414e4ce49579c5db1829fab46e1a4ef302569 Merge: 9cf615d1 e08f5558 Author: kate.friedman <kate.friedman@noaa.gov> Date: Tue Jun 15 18:36:55 2021 +0000 Merge remote-tracking branch 'origin/develop' into feature/hpc-stack Refs: #164 commit 65ff48e049a651e74be8be121163c20957bf1c44 Author: kate.friedman <kate.friedman@noaa.gov> Date: Thu Jun 10 18:37:24 2021 +0000 Add v16 pgb anl pull to getic script Refs: #178 commit 37e7c2e0806678c93a11bae682f48da172940fd6 Author: kate.friedman <kate.friedman@noaa.gov> Date: Thu Jun 10 18:36:59 2021 +0000 Add OPS_RES variable to init script Refs: #178 commit db18627960d2def7bbfee30994f4be6586babe1c Author: kate.friedman <kate.friedman@noaa.gov> Date: Thu Jun 10 18:36:10 2021 +0000 Increase init job walltime to 30 mins from 15 mins Refs: #178 commit 30aefb11dd8130f1d4a1e6eb951e1fa400fdc361 Author: kate.friedman <kate.friedman@noaa.gov> Date: Thu Jun 10 15:43:27 2021 +0000 Update/fix pull of v14/v15 pgrb2 anl files in getic job Refs: #178 commit 18970c716d79922fa02b86165996bb47fb42d3fa Author: kate.friedman <kate.friedman@noaa.gov> Date: Wed Jun 9 12:04:01 2021 -0500 Disconnect archive job in workflow from HPSS access check - remove dependency on HPSS access to check for adding gdas[gfs]arch job to workflow - add HPSSARCH variable to ARCHIVE_TO_HPSS definition in cycled workflow, similar to prior addition to free-forecast script Refs: #178 commit b52d2f0b82e0e376905c64daa593362396f8da1b Author: kate.friedman <kate.friedman@noaa.gov> Date: Tue Jun 8 13:06:30 2021 -0500 Update UFS_UTILS checkout to ufs_utils_1_4_0 tag - new ufs_utils_1_4_0 tag includes updates to support this branch - From tag release notes: - Update the GDAS initialization utility to ingest GFS v16 data. - Update to process either the GFS or GDAS CDUMPs. Refs: #178 commit 4c858c0f059abd0ff4c937c7bab692d7b13a8163 Author: kate.friedman <kate.friedman@noaa.gov> Date: Tue Jun 8 13:05:08 2021 -0500 Adjust comments in getic job script Refs: #178 commit 898a43fb74005e969ecb5baf28ecf2d51f7c5dda Author: Kate.Friedman <Kate.Friedman@noaa.gov> Date: Tue Jun 8 15:57:32 2021 +0000 Adjust getic/init job scripts - adjust EXTRACT_DIR, DATA, and ROTDIR usage in getic and init jobs - remove duplicate pgb file pull from init job Refs: #178 commit 1cdc2a44c6d29cfb8f06a50238ea29d28642c1f1 Author: Kate.Friedman <Kate.Friedman@noaa.gov> Date: Tue Jun 8 15:56:46 2021 +0000 Add cmake module load to Hera block in machine-setup.sh Refs: #178 commit fe448ff29aedca6a40a748ee47ae001b1639188c Author: kate.friedman <kate.friedman@noaa.gov> Date: Thu Jun 3 19:32:15 2021 +0000 Set DO_WAVE to NO - turning off waves by default in config.base Refs: #178 commit bfb0a33305a46d87f62c4a5c8bd7799a60362678 Author: kate.friedman <kate.friedman@noaa.gov> Date: Thu Jun 3 13:13:08 2021 -0500 Remove RUN_CCPP option, force CCPP now - remove RUN_CCPP case option from build_all.sh - remove RUN_CCPP option in build_fv3.sh, force CCPP build now - remove pre-CCPP GFS ops tag checkout option in checkout.sh, forcing CCPP hash checkout now Refs: #178 commit 771782f109de15f9f0214bcceb852b51bb4b0e02 Author: kate.friedman <kate.friedman@noaa.gov> Date: Thu Jun 3 13:09:42 2021 -0500 Replace Orion checks with hpssarch checks for getic job - add hpssarch variable to setup_workflow_fcstonly.py - replace Orion checks with hpssarch=YES checks Refs: #178 commit e2ac5872ca482eb335bc6294e00594dc3a806718 Author: kate.friedman <kate.friedman@noaa.gov> Date: Wed Jun 2 14:23:35 2021 +0000 Update WCOSS-Dell section of machine-setup.sh - needed cmake module loaded for building - added cmake module load and prereq stack loads Refs: #178 commit f0afb91bae738413539ee2f1fdc63b79e93b3e52 Author: kate.friedman <kate.friedman@noaa.gov> Date: Wed Jun 2 14:22:43 2021 +0000 Change BDATE to GDATE in getic.sh Refs: #178 commit 69ac287062512b929a5193ebc86e4c7fcbbb1917 Merge: e62cefb3 e08f5558 Author: Kate Friedman <kate.friedman@noaa.gov> Date: Wed Jun 2 10:17:52 2021 -0400 Merge branch 'NOAA-EMC:develop' into issue178 commit e62cefb3943a87a90fd40234f08845534df818a1 Author: Kate.Friedman <Kate.Friedman@noaa.gov> Date: Tue Jun 1 16:50:28 2021 +0000 Correct gdas operational tarball name in getic job script Refs: #178 commit 127723adfde2b7b7c79bd4d346cafcb1f265dc1c Author: Kate.Friedman <Kate.Friedman@noaa.gov> Date: Tue Jun 1 16:44:37 2021 +0000 getic job updates to add OPS_RES variable and pull from operational tarballs for warm starting - add OPS_RES variable to define current operational resolution; use variable where needed now - updated getic job script to use OPS_RES variable in if-block check - updated getic job script with new operational tarballs to pull for warm starting high res runs Refs: #178 commit 499f217f92b5bb0fad9e71de221937d9973046ce Author: Kate.Friedman <Kate.Friedman@noaa.gov> Date: Tue Jun 1 15:49:41 2021 +0000 Resolve bug in wavepostpnt jobs when DOBLL_WAV=NO - change DOBNDPNT_WAV=YES and CFP_MP=YES if-block to only prepare cmdtarfile for CFP when DOBLL_WAV=YES to avoid scenario where only a single command is added to cmdtarfile Refs: #178 commit e08f5558372d43d88890ca639e70ab923071361b Merge: e09a398f b2879fe9 Author: Kate Friedman <kate.friedman@noaa.gov> Date: Wed May 26 12:27:40 2021 -0400 Merge pull request #327 from NOAA-EMC/operations Operations updates for GFSv16.1.1 commit 824ff7254fba04a0b3726316d300f9fa6282c937 Author: Kate.Friedman <Kate.Friedman@noaa.gov> Date: Tue May 25 20:42:25 2021 +0000 Change UFS_UTILS version to feature branch for testing Refs: #178 commit 151e0b56b6e38f40449c9eb0807ffa92b6aa46f9 Author: Kate.Friedman <Kate.Friedman@noaa.gov> Date: Tue May 25 20:41:32 2021 +0000 Correct if-statement syntax in config.init Refs: #178 commit 005d33d7b100b279e0db5290824c3e7acabfa4ba Merge: 5ec376ba e09a398f Author: Kate Friedman <kate.friedman@noaa.gov> Date: Mon May 24 15:23:05 2021 -0400 Merge branch 'NOAA-EMC:develop' into issue178 commit e09a398f1cedc7252219e75bf0b319d2601bc8df Merge: e3fcfebc 6bad810b Author: Kate Friedman <kate.friedman@noaa.gov> Date: Fri May 21 09:58:49 2021 -0400 Merge pull request #317 from malloryprow/feature/EMC_verif-global_upgrade EMC_verif-global v2.0.0 major release updates commit 6bad810bccdfc893fd51b8b55c60c1f732547c3a Author: Mallory Row <mallory.row@noaa.gov> Date: Fri May 21 13:55:13 2021 +0000 Update Externals.cfg EMC_verif-global tag to verif_global_v2.0.2 Refs: #315 commit 9cf615d11b096ea4843f4e5938a6a65f3500df49 Author: kate.friedman <kate.friedman@noaa.gov> Date: Thu May 20 20:10:18 2021 +0000 Modulefile updates for testing with waves on - updated ww3 and base modulefiles to add modules and update some - added new: pio/2.5.2i, fms/2020.04.03 - updated esmf module to esmf/8_1_1 and nceppost/dceca26 to upp/10.0.6 Refs: #164 commit b155ff37040658703168268d4e58fe4e6b45a50d Author: Mallory Row <mallory.row@noaa.gov> Date: Thu May 20 15:00:04 2021 +0000 Update EMC_verif-global tag to verif_global_v2.0.2 Refs: #315 commit cae62e3f47e245e70fcf3721fb4c022ea11c059f Merge: 8def77af e3fcfebc Author: kate.friedman <kate.friedman@noaa.gov> Date: Wed May 19 19:45:05 2021 +0000 Sync merge with develop and WW3 build updates - Merge remote-tracking branch 'origin/develop' into feature/hpc-stack - WW3 build updates: revert back to separate module files for build; address modulefile reorganization in separate issue - remove CCPP option with system build, doing CCPP by default now Refs: #164 commit 5ec376bababd935e4f3b15c4754105f5bd750657 Merge: 6b6b9ed3 e3fcfebc Author: Kate.Friedman <Kate.Friedman@noaa.gov> Date: Wed May 19 18:24:31 2021 +0000 Merge remote-tracking branch 'origin/develop' into issue178 * origin/develop: change fv3gfs checkout head fixed a compilation error, NEMs/exe existing, in hera build_fv3.sh with ATM fixed line 43 of link_fv3gfs.sh, build_fv3.sh v15 to v16 bugfix for not removing last point from list in wave post pnt jobs changes added in link_fv3gfs for fix_aer changed fix dir for link_fv3gfs changes on build_fv3.sh and symlinks to optical data files instead of cp Update util_shared module version to 1.3.0 for wave footer fix Revert addition of ecflow trigger for wavepostbndpntbll job update ufs-weather-model tag to GFS.v16.0.16 add ecflow updates for new wave bndpntbll job Additional WAFS tag update to gfs_wafs.v6.0.21 for GFSv16.0.8 Back out updates to add config.resources.nco.static WAFS tag update to gfs_wafs.v6.0.20 in Externals.cfg WAFS tag update (gfs_wafs.v6.0.20) for v16 post-implementation fixes fix for missing wave boundary cbull and bull files Fix cycle date in bull and cbull wave files Reverting transfer parm file changes committed at 39bab45 Component tag updates for nwprod/gfsv16.0.7 Updated transfer parm files for gdas, enkf, and gfs dissemination updated config.fcst testing merra2 workflow in hera update merra2 before a new pull request Issue #215 - GFSv15.3.5 ops updates for gempak and bufrlib versions udate config.base.emc.dyn high resolution MERRA2 data used fixed a bug related to orion added merra2 input and update diag_table merra2 workflow for orion Clean up commments Updated sorc/checkout.sh to pick gfsda.v15.3.3 ( EUM bufr changes ) commit 4641c5d206a95e0e66276fa86d46ecd580213fd5 Merge: eff8a125 e3fcfebc Author: Mallory Row <mallory.row@noaa.gov> Date: Wed May 19 14:51:19 2021 +0000 Merge branch 'develop' into feature/EMC_verif-global_upgrade commit e3fcfebc1ff9c9f9ceda7b775de0c34117de6459 Merge: 95e0dffe fa5d1e2b Author: Kate Friedman <kate.friedman@noaa.gov> Date: Wed May 19 10:02:19 2021 -0400 Merge pull request #254 from AnningCheng-NOAA/merra2 Addition of support for MERRA2 commit fa5d1e2ba242a08e26cb7bac8c68b700a83d1d60 Author: anning.cheng <anning.cheng@noaa.gov> Date: Tue May 18 10:41:16 2021 -0400 change fv3gfs checkout head commit 283c4a044847bbadd0cef46e14dde4de97abe986 Author: anning.cheng <anning.cheng@noaa.gov> Date: Mon May 17 15:56:56 2021 -0400 fixed a compilation error, NEMs/exe existing, in hera commit 6b574160f94329754677e7f4541ab07c44185bb0 Author: anning.cheng <anning.cheng@noaa.gov> Date: Fri May 14 13:44:18 2021 +0000 build_fv3.sh with ATM commit dfc8aa9a2cf5370fff38520d2a28f3960be3b583 Merge: bf5d1106 95e0dffe Author: anning.cheng <anning.cheng@noaa.gov> Date: Wed May 12 20:11:44 2021 +0000 Merge remote-tracking branch 'upstream/develop' into merra2 commit eff8a1258aa70c061fe69697388f8914935726ee Merge: b1ad0b96 95e0dffe Author: Mallory Row <mallory.row@noaa.gov> Date: Wed May 12 19:15:17 2021 +0000 Merge branch 'develop' into feature/EMC_verif-global_upgrade commit 95e0dffea435af17be9150fcd0c842763768b45f Merge: fc727f40 dd4d1879 Author: Kate Friedman <kate.friedman@noaa.gov> Date: Wed May 12 14:51:10 2021 -0400 Merge pull request #323 from NOAA-EMC/sync/operations_v16.0.9 Bring operations branch v16.0.9 changes into develop commit dd4d1879093516a7950c9e0e59f6e44e462199f6 Merge: fc727f40 68b9157b Author: kate.friedman <kate.friedman@noaa.gov> Date: Mon May 10 16:40:13 2021 +0000 Merge remote-tracking branch 'origin/operations' into sync/operations_v16.0.9 * origin/operations: bugfix for not removing last point from list in wave post pnt jobs Update util_shared module version to 1.3.0 for wave footer fix Revert addition of ecflow trigger for wavepostbndpntbll job update ufs-weather-model tag to GFS.v16.0.16 add ecflow updates for new wave bndpntbll job Additional WAFS tag update to gfs_wafs.v6.0.21 for GFSv16.0.8 Back out updates to add config.resources.nco.static WAFS tag update to gfs_wafs.v6.0.20 in Externals.cfg WAFS tag update (gfs_wafs.v6.0.20) for v16 post-implementation fixes fix for missing wave boundary cbull and bull files Fix cycle date in bull and cbull wave files Reverting transfer parm file changes committed at 39bab45 Component tag updates for nwprod/gfsv16.0.7 Updated transfer parm files for gdas, enkf, and gfs dissemination Issue #215 - GFSv15.3.5 ops updates for gempak and bufrlib versions Clean up commments Updated sorc/checkout.sh to pick gfsda.v15.3.3 ( EUM bufr changes ) Refs: #309 commit 8def77afd4a9f1cd6cdca42c956bc7ebf675a58d Merge: c6e2a96e d46e8cf4 Author: Kate Friedman <kate.friedman@noaa.gov> Date: Mon May 10 11:45:02 2021 -0400 Merge pull request #322 from JessicaMeixner-NOAA/hpcstackww3 Updates for ww3 pre and post exec builds for hpc-stack commit d46e8cf49aff0dbf72e457f1177e10e6f50252a6 Author: Jessica Meixner <Jessica.Meixner@noaa.gov> Date: Mon May 10 15:31:56 2021 +0000 update for ww3_pre/post build: -- remove ww3 specific module files -- updated module base files to be in sync with ufs-weather-model except that jasper is a more recent version which is needed for ww3_grib -- added extra ww3 execs needed for this branch -- added ww3prepost build to build_all and partial build commit c6e2a96e86611cce00455609d9be803d580e7bc0 Author: Kate.Friedman <Kate.Friedman@noaa.gov> Date: Mon May 10 14:30:13 2021 +0000 Change fix file linking to scan for possible subfolders in set - instead of providing subfolder names, scan for subfolders in FIX_DIR path and then create symlinks based on existing subfolders in set - will not have to keep updating list of subfolders now Refs: #164 commit aa1d1e9ca1d8521ef22e1bdb654d4a70e7b1e29e Author: Kate.Friedman <Kate.Friedman@noaa.gov> Date: Mon May 10 14:27:13 2021 +0000 Change CCPP_SUITE from FV3_GFS_v16beta to FV3_GFS_v16 - newer ufs-weather-model hash supports FV3_GFS_v16 suite Refs: #164 commit 1aea3ee393c99d4f76556fbbdbebc43f629558c2 Author: kate.friedman <kate.friedman@noaa.gov> Date: Wed May 5 14:30:06 2021 +0000 Add build script and modulefiles for WW3 build - WW3 execs no longer built by FV3 build, need separate build now - add new build_ww3prepost.sh script for building WW3 execs in ufs-weather-model checkout - add modulefiles for WCOSS-Dell, Hera, and Orion Refs: #164 commit 214431a2c04f6e685e966810621fc2fae771d2f5 Author: kate.friedman <kate.friedman@noaa.gov> Date: Wed May 5 14:26:00 2021 +0000 Update WAFS execs to include .x - update WAFS exec names in link_fv3gfs.sh to include ".x" extension that was added with new version Refs: #164 commit eb1613764794a35d165e55423682ed592b2aaacb Author: kate.friedman <kate.friedman@noaa.gov> Date: Wed May 5 14:22:06 2021 +0000 ufs-weather-model hash update for WW3 support with hpc-stack - update ufs-weather-model hash to 554aedcd63e4a7c5012570406132eaf76e249ca9 - update build_fv3.sh for new compile arguments for CCPP/WW3 build Refs: #164 commit b1ad0b96328a54112ecc13ff4b71dcc08556a8c1 Author: Mallory Row <mallory.row@noaa.gov> Date: Wed May 5 14:13:58 2021 +0000 Update EMC_verif-global tag to verif_global_v2.0.1 Refs: #315 commit c206e8d2606f14ee6188740f881673ff512b866b Author: Mallory Row <mallory.row@noaa.gov> Date: Mon May 3 19:16:42 2021 +0000 Fix typo in config.metp There was a typo in the grid-to-obs METviewer related config variables. The variables started with "g2g1" instead of "g2o1". Refs: #315 commit f9013decd5af75f66eda619175bacc7549f4746a Author: Brian Curtis <Brian.Curtis@noaa.gov> Date: Mon May 3 14:37:13 2021 -0400 Files to test for python3 compatibility commit 858f216330d7ab71137afe6331f6576fec413aee Author: kate.friedman <kate.friedman@noaa.gov> Date: Mon May 3 15:19:56 2021 +0000 Update EMC_post, UFS_UTILS, EMC_gfs_wafs versions in Externals.cfg Refs: #164 commit 6ce83363726ece6dbd34719430dd44f5e63bbc3c Author: kate.friedman <kate.friedman@noaa.gov> Date: Mon May 3 15:14:54 2021 +0000 Component updates for UPP, WAFS, UFS_UTILS - new tag in checkout for UFS_UTILS to use hpc/1.1.0 - new hash in checkout for UPP/EMC_post to support GTG and GTG code copy fix - new hash in checkout for WAFS/EMC_gfs_wafs to support hpc-stack - build script update for WAFS (cmake/stack) - WAFS GCIP config update to fix runtime error Refs: #164 commit 709095709ca60498d05ea0f519b494501e1ecdf2 Author: kate.friedman <kate.friedman@noaa.gov> Date: Mon May 3 15:11:51 2021 +0000 Update util_shared to 1.3.0 on WCOSS-Dell - version changed in production for v16.0.9 footer fix Refs: #164 commit bf5d110632fc67653441e6830bfdcdddda906706 Author: anning.cheng <anning.cheng@noaa.gov> Date: Mon May 3 10:53:37 2021 -0400 fixed line 43 of link_fv3gfs.sh, build_fv3.sh v15 to v16 commit fb47a5a0f7391f670461b00eaf324c3b0102ef1f Author: kate.friedman <kate.friedman@noaa.gov> Date: Wed Apr 28 17:50:15 2021 +0000 Update TC_tracker version in config.vrfy - new TC_tracker.v1.1.15.4 was made available by Jiayi Peng - new version supports hpc-stack on supported platforms - installed locally on WCOSS-Dells, Hera, and Orion Refs: #164 commit 587ac0c914430d5b887327d7c566c452d2eace62 Author: anning.cheng <anning.cheng@noaa.gov> Date: Wed Apr 28 10:36:49 2021 -0400 changes added in link_fv3gfs for fix_aer commit 48690cd07ceeb90c6808346a04a31a6166505c86 Author: Mallory Row <mallory.row@noaa.gov> Date: Wed Apr 28 14:00:46 2021 +0000 Update EMC_verif-global tag to verif_global_v2.0.0 commit 1d0e0c29979101b451f1fda265af3f9a716bb9de Author: kate.friedman <kate.friedman@noaa.gov> Date: Tue Apr 27 19:33:09 2021 +0000 Reverting resource related changes - will commit resource adjustments separately Refs: #164 commit 101905ce4d92a544d353700b0acdc137aa61b088 Author: anning.cheng <anning.cheng@noaa.gov> Date: Tue Apr 27 14:15:59 2021 -0400 changed fix dir for link_fv3gfs commit 7cd6e0e3000a47b39fa0c7e75ad66150e96385d8 Author: Mallory Row <mallory.row@noaa.gov> Date: Fri Apr 23 14:44:03 2021 +0000 Fix setting of 'SDATE_GFS' for free forecast XML In the workflow XML for free forecasts there is no SDATE_GFS variable. The 'SDATE_GFS' variable was changed to be set to the value of 'SDATE'. Refs: #315 commit d34b99d4e3d369b784fd9d2c639a0bddd1bbfc0c Author: Mallory Row <mallory.row@noaa.gov> Date: Fri Apr 23 12:59:51 2021 +0000 Clean up and add new settings in metp.sh SDATE_GFS was added into the script preamble following the addition of the variable being added as a rocoto exported environment variable for metp tasks. Config.vrfy was removed from the list of relevant configs to source. Variables CDATEm1 and PDYm1 were removed and replaced with VDATE. VDATE is the verification date to be done by the metp tasks based on VRFYBACK_HRS set in config.metp. Lines were added to catch the exit status of VERIFGLOBAL_SH and to exit if not succesfully run so it can be caught by rocoto. Refs: #315 commit 998f1a454427dedd46bb20b36e381bedbdf3e349 Author: Mallory Row <mallory.row@noaa.gov> Date: Fri Apr 23 12:49:38 2021 +0000 Revamp of config.metp Following the EMC_verif-global configuration remake, config.metp has been revamped to support the new configuration settings. Refs: #315 commit 6a01ae405202b8984fe8efa73573d7fdba2b74d2 Author: Mallory Row <mallory.row@noaa.gov> Date: Thu Apr 22 17:17:14 2021 +0000 Add 'SDATE_GFS' rocoto env var for metp tasks The connector script between EMC_verif-global and global-workflow run_verif_global_in_global_workflow.sh (housed in EMC_verif-global) contains a new feature that checks the maximum forecast hour for verification is the hour's initialization date is equal to or after the first GFS cycle initialization. If the date is before, the maximum forecast hour is adjusted to the maximum hour relative to the forecast verification date and the first GFS cycle initialization. This feature was added to cut down on METplus calls being done on data that don't exist. Refs: #315 commit dfec5816add3c56721360a418ec9f3459cfd4d8c Author: Kate.Friedman <Kate.Friedman@noaa.gov> Date: Thu Apr 22 15:27:56 2021 +0000 Update UFS_UTILS hash to 9d9dd23e37a51fcc5ff6b7499b834c85ab32e5f3 Refs: #164 commit be564bb85eeefbb1699992e0ed4f0705e4e2ee24 Author: anning.cheng <anning.cheng@noaa.gov> Date: Thu Apr 22 11:22:02 2021 -0400 changes on build_fv3.sh and symlinks to optical data files instead of cp commit 15c6619c6e211eb67ca6aa5c995e4a3bf4cf586f Author: Kate.Friedman <Kate.Friedman@noaa.gov> Date: Thu Apr 22 14:03:46 2021 +0000 Adjust C768 fcst thread value for reduced node usage - change C768 nth_fv3_gfs value from 7 to 2 Refs: #164 commit ece41632a76e697184a46bb2a428c35ccdf08305 Author: kate.friedman <kate.friedman@noaa.gov> Date: Thu Apr 22 13:58:22 2021 +0000 Add separate gfs resource variables to fcst in config.resources Refs: #164 commit 00c18b5e341d601fd83da2f9df2ac928e8dcf7c8 Author: Kate.Friedman <Kate.Friedman@noaa.gov> Date: Thu Apr 22 13:44:13 2021 +0000 Update FIX_DIR paths in link_fv3gfs.sh - change platform FIX_DIR paths from fix_nco_gfsv16 set to developmental fix set for v17+ Refs: #164 commit b6c392c7569ed909d6b0b27c0f6a4f828b7acdfd Author: Kate.Friedman <Kate.Friedman@noaa.gov> Date: Thu Apr 22 13:40:25 2021 +0000 Set DO_WAVE=NO in config.base - set default DO_WAVE setting to NO in config.base.emc.dyn - turn off waves until hpc-stack for WW3 execs build is ready Refs: #164 commit 2b703d335b8e3e97c9764bd60d87188ed11938fd Author: Kate.Friedman <Kate.Friedman@noaa.gov> Date: Thu Apr 22 13:17:28 2021 +0000 Set WAFS checkout to be optional with -o flag - add checkout_wafs to -o flag settings Refs: #164 commit 305bf5e0fb3c665cf71f10023feed1a121be329b Author: Kate.Friedman <Kate.Friedman@noaa.gov> Date: Thu Apr 22 13:01:04 2021 +0000 Update Externals.cfg to match checkout.sh versions Refs: #164 commit 3cc02d507df48e2b9f99163d737123e5b5c716c0 Author: Kate.Friedman <Kate.Friedman@noaa.gov> Date: Thu Apr 22 12:52:46 2021 +0000 Update GLDAS and UFS_UTILS checkouts - update GLDAS checkout to gldas_gfsv16_release.v1.15.0 tag; corrects build on Orion - update UFS_UTILS checkout to 4f44bf89 hash of develop (supports stack) Refs: #164 commit 9d733f87203ebd2298d22c0ac9491520bae60983 Author: kate.friedman <kate.friedman@noaa.gov> Date: Thu Apr 22 12:15:13 2021 +0000 Add support for separate gfs thread values - nth_fv3_gfs was added to configs, add support to setup scripts for resource calculations Refs: #164 commit 4c64dce093fb3925b40b2a3f0b57fd196b14d92c Author: kate.friedman <kate.friedman@noaa.gov> Date: Thu Apr 22 12:14:21 2021 +0000 Reduce npe_wav_gfs from 440 to 140 to dev users Refs: #164 commit 35c16e3aafc3addd3d24225880b5319332cca97a Author: kate.friedman <kate.friedman@noaa.gov> Date: Thu Apr 22 12:12:16 2021 +0000 Add wgrib2 module load to module_base.wcoss_dell_p3 - add wgrib2/2.0.8 module load - add setting of WGRIB2 to equal wgrib2 Refs: #164 commit 6b6b9ed3949c2e3ca3d697ffd3bb3a65ec728744 Author: Kate.Friedman <Kate.Friedman@noaa.gov> Date: Mon Apr 12 17:13:06 2021 +0000 getic and init job updates for v16 in ops - update GFSv16 implementation cycle in config if-blocks to be 2021032100 - add note about missing ops data on HPSS for 2021032106 cycle - add run_v16.chgres.sh as default RUNICSH script Refs: #178 commit 48ea7abd9fe4cfd0e774c92383948c9bb477a905 Author: Kate.Friedman <Kate.Friedman@noaa.gov> Date: Mon Apr 12 17:10:59 2021 +0000 Low resolution resource adjustments - C96, C192, and C384 config.fv3 resource updates for successful jobs - provided by Jun Wang and Fanglin Yang - tested on Hera Refs: #178 commit b55ecf8e5ae761ddc8e3897411aceb4e0529e106 Author: kate.friedman <kate.friedman@noaa.gov> Date: Tue Apr 6 15:34:05 2021 +0000 Remove Tide/Gyre reference from machine-setup.sh Refs: #164 commit ab488f1aeb383d84a67b37e47a888d58662cf82f Author: kate.friedman <kate.friedman@noaa.gov> Date: Tue Apr 6 15:33:11 2021 +0000 Update OznMonBuild, RadMonBuild and module_base for hpc-stack on WCOSS-Dell Refs: #164 commit 384440ced59c18af777f7f9bb30016f3e71a1c31 Merge: 2f6d7ab0 fc727f40 Author: kate.friedman <kate.friedman@noaa.gov> Date: Mon Mar 22 17:15:27 2021 +0000 Merge remote-tracking branch 'origin/develop' into feature/hpc-stack * origin/develop: Add two WAFS sorc folders to .gitignore Remove unneeded builds from build_all and partial build Delete unneeded files after workflow utils build was converted to cmake Remove global_chgres exec symlink from link_fv3gfs.sh Refs: #164 commit f35e6090bcf097355e691266bbc12ace6591c150 Merge: 5c77500b fc727f40 Author: Kate.Friedman <Kate.Friedman@noaa.gov> Date: Mon Mar 22 15:48:55 2021 +0000 Merge remote-tracking branch 'upstream/develop' into issue178 * upstream/develop: Add two WAFS sorc folders to .gitignore Remove unneeded builds from build_all and partial build Delete unneeded files after workflow utils build was converted to cmake Refs: #178 commit 5c77500bc4742a840a26f05aedffe2aca3e15ec7 Author: Kate.Friedman <Kate.Friedman@noaa.gov> Date: Mon Mar 22 15:44:40 2021 +0000 Add exit in init.sh when C768 v16 warm starts detected Exit init.sh and init job when high res C768 v16 warm starts are detected and running chgres_cube is not needed. Refs: #178 commit fc727f405afd4948ee99be1c13c9f2541405cc8b Merge: 258b342d 7582541c Author: Kate Friedman <kate.friedman@noaa.gov> Date: Wed Mar 10 16:40:18 2021 -0500 Merge pull request #288 from NOAA-EMC/feature/issue272 Post-cmake cleanup and decommissioning commit 7582541c3b4ec182756ad1fa9164c21e0345f058 Author: kate.friedman <kate.friedman@noaa.gov> Date: Wed Mar 10 20:08:43 2021 +0000 Add two WAFS sorc folders to .gitignore - two missing WAFS symlinks were added to link_fv3gfs.sh in prior commit; include them in gitignore file now Refs: #272 commit 4f7243bc68164faf0008893467c5a2ea53d216ae Author: Kate.Friedman <Kate.Friedman@noaa.gov> Date: Tue Mar 9 18:07:23 2021 +0000 Remove global_chgres exec from link_fv3gfs.sh; no longer exists from UFS_UTILS Refs: #178 commit fcd720edef1fe242c27d543f445bb3b4ee4fe9ec Author: Kate.Friedman <Kate.Friedman@noaa.gov> Date: Tue Mar 9 17:54:51 2021 +0000 Remove unneeded UFS_UTILS symlinks in link_fv3gfs.sh Refs: #178 commit 2f6d7ab06b3be6eaedb3406efca77ded61ef7aca Author: kate.friedman <kate.friedman@noaa.gov> Date: Tue Mar 9 17:41:14 2021 +0000 Module base updates for WCOSS-Dell, Hera, and Orion - add zlib module load - reorder wgrib2, hdf5, and netcdf module loads to accommodate module dependencies Refs: #164 commit 1285d803fd402945ebc03eb42eb8bfa3d2aa10da Author: kate.friedman <kate.friedman@noaa.gov> Date: Tue Mar 9 10:59:09 2021 -0600 Update GSI checkout to clone GSI-master @ 9c1fc15 Refs: #164 commit 14736c8320bec43651208950c16ea85ae2372985 Merge: e6a9e576 bea02f8a Author: Kate.Friedman <Kate.Friedman@noaa.gov> Date: Tue Mar 9 16:56:42 2021 +0000 Merge branch 'feature/hpc-stack' of https://github.com/NOAA-EMC/global-workflow into feature/hpc-stack * 'feature/hpc-stack' of https://github.com/NOAA-EMC/global-workflow: Correct if-block syntax in config.postsnd and config.wavepostbndpnt after testing setup scripts FHMAX_WAV_IBP variable check for wavepostbndpnt job Bufr sounding job update Add config.resources.nco.static ecflow forecast job resource updates from NCO v16.0.7 install Update EMC_verif-global tag to verif_global_v1.13.5 Add missing symlinks for WAFS source code folders Update EMC_gfs_wafs tag to gfs_wafs.v6.0.19 Remove KEEPDATA from config.base.nco.static Pull in config changes from NCO v16.0.7 install Pull in workflow changes from NCO v16.0.7 install Update EMC_verif-global tag to verif_global_v1.13.4 ecFlow resource adjustments from NCO for forecast and post jobs issue #257 shorten run time on Mars Dell1 file system commit e6a9e576744a1c245148bdc4b967a5674c9416b5 Author: Kate.Friedman <Kate.Friedman@noaa.gov> Date: Tue Mar 9 16:55:41 2021 +0000 Remove UFS_UTILS symlinks no longer needed in link_fv3gfs.sh Refs: #164 commit 370e81474ce8f4076b0853b37de7da9c65d65c88 Merge: 364e46ff 258b342d Author: Kate.Friedman <Kate.Friedman@noaa.gov> Date: Tue Mar 9 16:14:40 2021 +0000 Merge remote-tracking branch 'upstream/develop' into issue178 * upstream/develop: Correct if-block syntax in config.postsnd and config.wavepostbndpnt after testing setup scripts FHMAX_WAV_IBP variable check for wavepostbndpnt job Bufr sounding job update Add config.resources.nco.static ecflow forecast job resource updates from NCO v16.0.7 install Update EMC_verif-global tag to verif_global_v1.13.5 Add missing symlinks for WAFS source code folders Update EMC_gfs_wafs tag to gfs_wafs.v6.0.19 Remove KEEPDATA from config.base.nco.static Pull in config changes from NCO v16.0.7 install Pull in workflow changes from NCO v16.0.7 install remove flags that were not present in Makefiles update jasper to 2.x.25. remove compiler flag in fv3nc2nemsio Update EMC_verif-global tag to verif_global_v1.13.4 another use of _d where an _4 is needed Adjust how target is set for build_workflow_utils Add workflow_utils to build_all and link scripts copy/paste error from enkf_chgres_recenter.fd to enkf_chgres_recenter_nc.fd. When going from nemsio to netcdf, the linking of ip, sp and w3nco changed from _d to _4. update .gitignore to exclude build and install directories as well as compiled files. bugfix in build_workflow_utils.sh hack. nceplibs-ncio now creates the module ncio and not fv3gfs_ncio. Update EMC_verif-global tag to verif_global_v1.13.4 add cmake build capability for workflow utilities ecFlow resource adjustments from NCO for forecast and post jobs issue #257 shorten run time on Mars Dell1 file system Refs: #178 commit 364e46ff2acabed7bd9f6cb07ca10aa19033a980 Author: Kate.Friedman <Kate.Friedman@noaa.gov> Date: Tue Mar 9 16:08:57 2021 +0000 Add pull of gdas wave restart files in getic.sh if DO_WAVE=YES Refs: #178 commit bea02f8a6fc496794471e57aa75e030092027bd5 Merge: fd50508f 258b342d Author: kate.friedman <kate.friedman@noaa.gov> Date: Mon Mar 8 14:02:51 2021 -0600 Merge remote-tracking branch 'origin/develop' into feature/hpc-stack * origin/develop: Correct if-block syntax in config.postsnd and config.wavepostbndpnt after testing setup scripts FHMAX_WAV_IBP variable check for wavepostbndpnt job Bufr sounding job update Add config.resources.nco.static ecflow forecast job resource updates from NCO v16.0.7 install Update EMC_verif-global tag to verif_global_v1.13.5 Add missing symlinks for WAFS source code folders Update EMC_gfs_wafs tag to gfs_wafs.v6.0.19 Remove KEEPDATA from config.base.nco.static Pull in config changes from NCO v16.0.7 install Pull in workflow changes from NCO v16.0.7 install Update EMC_verif-global tag to verif_global_v1.13.4 ecFlow resource adjustments from NCO for forecast and post jobs issue #257 shorten run time on Mars Dell1 file system Refs: #164 commit e9e1f3ba976f053c6738d95d6de673a065d293c1 Author: kate.friedman <kate.friedman@noaa.gov> Date: Mon Mar 8 19:54:24 2021 +0000 Remove unneeded builds from build_all and partial build - remove build sections in build_all.sh that ran builds that are now consolidated into build_workflow_utils.sh - remove build options in partial build script and config that are now consolidated into workflow_utils build Refs: #272 commit 26fa8c355c241a64d19097da3caa54cba0e46b77 Author: kate.friedman <kate.friedman@noaa.gov> Date: Mon Mar 8 19:38:45 2021 +0000 Delete unneeded files after workflow utils build was converted to cmake - remove modulefiles that are no longer needed; consolidated into new workflow_utils.* modulefiles - remove build scripts that are no longer needed; consolidated into new build_workflow_utils.sh script Refs: #272 commit 258b342d5b6535cf87973105d770a63f4245d44a Merge: f6aa6939 729631d6 Author: Kate Friedman <kate.friedman@noaa.gov> Date: Mon Mar 8 12:59:46 2021 -0500 Merge pull request #282 from NOAA-EMC/feature/issue238 GFSv16.0.7 changes from NCO commit 729631d66f72ba8a3929e4927129d000879c9a1b Author: kate.friedman <kate.friedman@noaa.gov> Date: Mon Mar 8 17:40:17 2021 +0000 Correct if-block syntax in config.postsnd and config.wavepostbndpnt after testing setup scripts Refs: #238 commit a1edf0de4deaccbf7f77f2fb4d24d1ca96c26171 Author: kate.friedman <kate.friedman@noaa.gov> Date: Mon Mar 8 17:21:05 2021 +0000 FHMAX_WAV_IBP variable check for wavepostbndpnt job - add variable override in exgfs_wave_post_bndpnt.sh for FHMAX_WAV_IBP - add check to config.wavepostbndpnt for when FHMAX_GFS is less than FHMAX_WAV_IBP; set FHMAX_WAV_IBP to equal FHMAX_GFS when shorter gfs forecast than 180hrs; resolves runtime error with wavepostbndpnt job waiting for forecast output that will never arrive Refs: #238 commit ac76613f33f7d196a1d04972bc7c975d579da571 Merge: 0f97ccda f6aa6939 Author: anning.cheng <anning.cheng@noaa.gov> Date: Mon Mar 8 10:09:47 2021 -0600 Merge remote-tracking branch 'upstream/develop' into merra2 * upstream/develop: remove flags that were not present in Makefiles update jasper to 2.x.25. remove compiler flag in fv3nc2nemsio Update EMC_verif-global tag to verif_global_v1.13.4 another use of _d where an _4 is needed Adjust how target is set for build_workflow_utils Add workflow_utils to build_all and link scripts copy/paste error from enkf_chgres_recenter.fd to enkf_chgres_recenter_nc.fd. When going from nemsio to netcdf, the linking of ip, sp and w3nco changed from _d to _4. update .gitignore to exclude build and install directories as well as compiled files. bugfix in build_workflow_utils.sh hack. nceplibs-ncio now creates the module ncio and not fv3gfs_ncio. add cmake build capability for workflow utilities Update Fit2Obs tag to newm.1.3 for bugfix Update Fit2Obs tag to newm.1.3 for bugfix Update EMC_verif-global tag for Hera bug Pull in nwpara/gfsv16.0.6 updates for parse-storm-type.pl HOTFIX: Update EMC_verif-global tag for Hera bug Issue #1 and issue #238 - update Externals.cfg to match checkout.sh updates for v16.0.6 move errchk definition from script to job for wave prdgen and gempak adding definition of errchk which was undefined in these scripts Issue #179 and issue #243 - update Fit2Obs to newm.1.2 tag and correct COMROOT path for Hera HOTFIX: Issue #241 - update EMC_verif-global tag to remove use of /tmp space Issue #1 and issue #233 - update GLDAS tag to gldas_gfsv16_release.v1.13.0 Issue #1 and issue #241 - update EMC_verif-global tag Issue #1 and issue #238 - remove ak_10m grid from config.wave and update checkout.sh tags for ufs-weather-model and EMC_gfs_wafs Issue #179 - update to config.vrfy for Fit2Obs tag which supports Orion Issue #1 and issue #226 - update UPP tag to upp_gfsv16_release.v1.1.3 in Externals.cfg Issue #1 and issue #226 - update UPP tag to upp_gfsv16_release.v1.1.3 Issue #233 - remove unnecessary extra space in tag line for gldas Issue #233 - update GLDAS tag to gldas_gfsv16_release.v1.13.0 Issue #1 and issue #226 - update exgfs_atmos_grib2_special_npoess.sh for dbn_alert modified: exglobal_forecast.sh The breakpoint restart only works for the first restart from a breakpoint. Restart files written in RERUN_RESTRAT after the first restart has a 3-hour time shift for DO_IAU=YES cases. Forecasts starting from the 2nd breakpoint and beyond will fail becasue of incorrect initial conditins. This commit fixes this bug. issue #227 reducing output bufr files to 64 levels per NCO request issue #227 reducing output bufr files to 64 levels per NCO request Issue #1: update ecflow to be consistent with NCO's gfs.v16.0.4 and update checkout to bring in new UPP tag (see issue #226) Upaded ush script scale_dec.sh Updated scripts gfs_v16.0 Issue #1 and issue #220 - set C192/C96/C48 npe_eobs back to dev values for develop Issue #1 - add grib_util module load to several analysis ecflow scripts Issue #189 - update ufs-weather-model hash Issue #201 - workaround for failing post000 job before hpc-stack solution Issue #1 - update WAFS tag to gfs_wafs.v6.0.17 for dbn_alert change Issue #1 - correct gridded wave parm files for v16.0.3 Issue #1 - changes from NCO for GFSv16.0.3 Issue #1 - update Externals.cfg with final tags for GFSv16.0.2 Fixes for issue #202 (FINDDATE) and issue #208 (postsnd.sh permissions) Issue #1 - correct permissions on jobs/rocoto/postsnd.sh Issue #1 - update gempak version to 7.3.3 in the ecflow gfs.ver file Issue #1 - update gempak and dumpjb versions to 7.3.3 and 5.1.0 respectively Script alert updates from NCO for wave downstream Add override for COMIN_WAV_RTOFS in emc mode for waveprep job Issue #197: place CDATE specific sections of config.anal and config.prep inside RUN_ENVIR=emc blocks. These sections are use for retrospective parallels and therefore do not need to be executed in operations (NCO). modified: JGLOBAL_FORECAST modified: JGLOBAL_FORECAST to make it work for both emc and nco running environments. modified: JGLOBAL_FORECAST A test showed that jobid is not defined in JGLOBAL_FORECAST running in the Rocoto environment. jobid is defined in ./env files. Defining DATA without sourcing ./env/$nachine.env caused the script to fail. Move the definitin of DATA after sourcing env parameters modified: checkout.sh to use WAFS tag gfs_wafs.v6.0.16 modified: checkout.sh to update UPP to upp_gfsv16_release.v1.1.1, a minor syntax bug fix modified: link_fv3gfs.sh to 1) use hard copies of external fix fields and executable for NCO installation 2) use soft links for all other files and directories for both NCO and EMC installations Compared local files in NCO implementation directory with release/gfs.v16.0.0 branch, changes made by NCO(Jen Yang) in the following files are either accepted or rejected. create a new branch release/gfsv16.0.0.nco to merge changes made by NCO in /gpfs/dell1/nco/ops/nwpara/gfs-v16/gfs.v16.0.1 back to EMC's repository update for the wave parm so that the wave model will look for the correct restart for when gfs is not run every cycle updates for checking if RTOFS files exist and only processing RTOFS files for needed fhr commit b644f792bbb939d6ab25957b93f812aa02b497a9 Author: kate.friedman <kate.friedman@noaa.gov> Date: Mon Mar 8 15:07:34 2021 +0000 Bufr sounding job update - set DO_BUFRSND to NO by default - in config.postsnd, if FHMAX_GFS is less than 180 then set DO_BUFRSND to FHMAX_GFS Refs: #238 commit 86b0345a550a7128fd6420befcb793a94411e4db Author: Kate.Friedman <Kate.Friedman@noaa.gov> Date: Mon Mar 8 14:09:40 2021 +0000 Add pull of IAU increment files off HPSS for free-forecast Refs: #178 commit efdf917a843cc301a2fe7d5386aea1e29dd02c46 Author: Kate.Friedman <Kate.Friedman@noaa.gov> Date: Fri Mar 5 21:29:22 2021 +0000 Update in wave prep script and add ability to pull warm starts - Update getic job to detect warm start config info and pull warm start RESTART files off HPSS and place in ROTDIR; just for retro ICs, will add ops after implementation - Add check to JGLOBAL_WAVE_PREP for prior cycle rtofs ROTDIR symlink; normally cycled mode would have already created this during prior cycle so added check for use in free-forecast mode Refs: #178 commit 65fce4ce9b2d7e63a0bd038fff1a206f8b4a5815 Merge: 084cb6aa 9027452b Author: kate.friedman <kate.friedman@noaa.gov> Date: Fri Mar 5 17:13:37 2021 +0000 Merge remote-tracking branch 'origin/release/gfsv16.0.0' into feature/issue238 * origin/release/gfsv16.0.0: Add config.resources.nco.static ecflow forecast job resource updates from NCO v16.0.7 install Refs: #238 commit be0ed38a53d2422923ccd5380d610785e61deafa Author: Kate.Friedman <Kate.Friedman@noaa.gov> Date: Thu Mar 4 18:06:24 2021 +0000 Consolidate/cleanup init config and script Refs: #178 commit d32199cd58329b4b2c9c5c3e84e7d8d0801305e0 Author: Kate.Friedman <Kate.Friedman@noaa.gov> Date: Thu Mar 4 17:43:58 2021 +0000 Move getic/init settings from scripts to configs - consolidate RETRO variable in config.getic - move configuration settings from getic/init scripts to configs - add dependency to setup_workflow_fcstonly.py - add getic and init to task list at top of config.resources Refs: #178 commit 084cb6aacc0c65440c5fecd3010a1b691ee98d87 Author: kate.friedman <kate.friedman@noaa.gov> Date: Thu Mar 4 15:22:42 2021 +0000 Update EMC_verif-global tag to verif_global_v1.13.5 Refs: #238,#279 co…
…h, fix RRTMGP regression tests (NOAA-EMC#201) * Enable inline post for gnumake builds on hera.gnu, cheyenne.intel, cheyenne.gnu; skip-ci * Update pull request template, use correct Python interpreter when calling ccpp_prebuild.py in CMakeLists.txt; skip-ci * tests/rt_utils.sh: remove machine-dependent configuration; skip-ci * Update ESMF from 8.1.0bs21 to 8.1.0bs27 on almost all machines; skip-ci * Update .gitmodules and submodule pointer for fv3atm for code review and testing; skip-ci * Fix RRTMGP regression test setups, temporarily disable RRTMGP tests in tests/rt.conf and tests/rt_gnu.conf * Updates for docker/ci * Add note about unit test availability to pull request template * Update rt.sh configuration for jet, remove tests/rt_rrtmgp.conf, add tests/fv3_conf/compile_slurm.IN_jet
…OAA-EMC#211) * updated CMakeLists.txt * Changes for JEDI linking/control * Update .gitmodules and submodule pointer for ccpp-physics for code review and testing * Revert change to .gitmodules and update submodule pointer for ccpp-physics Co-authored-by: Mark Potts <Mark.Potts@noaa.gov>
* Update .gitmodules and submodule pointers for ccpp-framework and ccpp-physics for gsl/develop branch * RUC ice for gsl/develop (replaces NOAA-GSL#54 and NOAA-GSL#56) (NOAA-GSL#60) Implementation of RUC LSM ice model in CCPP * Squash-merge climbfuji:rucice_gfsv16dzmin into gsl/develop * Fix bug in gfsphysics/GFS_layer/GFS_typedefs.F90 from merge * Remove lsm_ruc_sfc_sice from suite FV3_GSD_v0_unified_ugwp_suite and update submodule pointer for ccpp-physics * Remove sfc_sice from ccpp/suites/suite_FV3_GSD_v0_unified_ugwp_suite.xml * Update submodule pointer for ccpp-physics * Revert change to .gitmodules and update submodule pointer for ccpp-physics Co-authored-by: Dom Heinzeller <climbfuji@ymail.com> * Update gsl/develop from develop 2020/12/08 (NOAA-GSL#61) * Fix for updating stochastic physics on separate time-step. (NOAA-EMC#199) This bug fix allows the random patterns in the stochastic physics persist the for a period of time (defined as SKEBINT,SPPTINT, etc.) before calculating new patterns. The fix is to move the allocation of the saved variables into the init section of stochastic_physics_wrapper, and remove the deallocates in the run section. * Bug fixes in (1) running with frac_grid=T and GFDL MP and (2) restarting with frac_grid=T (NOAA-EMC#204) * -- Pointing to Moorthi's modifications in ccpp/physics, which fixed the crash when running GFDL MP with frac_grid=T; -- Not setting fice to zero in order to leave lake ice untouched; -- Restart in the coupled model with the default physics is reproducible, if bad water temperature is only filtered at initial time; Co-authored-with: Shrinivas Moorthi <shrinivas.moorthi@noaa.gov> Co-authored-with: Denise Worthen <Denise.Worthen@noaa.gov> * Revert change to .gitmodules and update submodule pointer for ccpp-physics Co-authored-by: Phil Pegion <38869668+pjpegion@users.noreply.github.com> Co-authored-by: shansun6 <48043606+shansun6@users.noreply.github.com> * Update submodule pointer for ccpp-physics - MYNN surface layer updates and bugfixes (NOAA-GSL#63) * Land stochastic perturbations (wrapper PR for NOAA-GSL#65) (NOAA-GSL#68) * Move initialization of stochastic physics after the physics initialization in CCPP. * Add albedo variables to land perturbations with lndp_type=2 option. Change to accommodate soil perturbations with RUC LSM. * Max/min soil moisture variables are introduced via GFS_Control_type variables instead of through the use of namelist_soilveg*. This is a more flexible way for different LSMs. * Added pores and resid variables for max/min soil moisture to GFS_typedefs.f90. * Remove tracer_sanitizer from all suites and from CCPP prebuild config * Add namelist option to apply land surface perturbations at every time step, clean up stochastic_physics/stochastic_physics_wrapper.F90 Co-authored-by: tanyasmirnova <tanya.smirnova@noaa.gov> * Stochastic land perturbations: add roughness length over land to the perturbed variables (NOAA-EMC#70) * Added roughness length over land to the perturbed variables. * Bugfix in gfsphysics/GFS_layer/GFS_typedefs.F90: remove Diag%cldcov, in particular the reset call because the variable is not allocated Co-authored-by: Dom Heinzeller <climbfuji@ymail.com> * Update gsl/develop from develop 2021/02/22 (NOAA-EMC#73) * Fix for updating stochastic physics on separate time-step. (NOAA-EMC#199) This bug fix allows the random patterns in the stochastic physics persist the for a period of time (defined as SKEBINT,SPPTINT, etc.) before calculating new patterns. The fix is to move the allocation of the saved variables into the init section of stochastic_physics_wrapper, and remove the deallocates in the run section. * Bug fixes in (1) running with frac_grid=T and GFDL MP and (2) restarting with frac_grid=T (NOAA-EMC#204) * -- Pointing to Moorthi's modifications in ccpp/physics, which fixed the crash when running GFDL MP with frac_grid=T; -- Not setting fice to zero in order to leave lake ice untouched; -- Restart in the coupled model with the default physics is reproducible, if bad water temperature is only filtered at initial time; Co-authored-with: Shrinivas Moorthi <shrinivas.moorthi@noaa.gov> Co-authored-with: Denise Worthen <Denise.Worthen@noaa.gov> * jedi-ufs with ccpp-physics submodule update (contains NOAA-EMC#201) (NOAA-EMC#211) * updated CMakeLists.txt * Changes for JEDI linking/control * Update .gitmodules and submodule pointer for ccpp-physics for code review and testing * Revert change to .gitmodules and update submodule pointer for ccpp-physics Co-authored-by: Mark Potts <Mark.Potts@noaa.gov> * Final-final GFS v16 updates / restart reproducibility bugfixes (NOAA-EMC#212) * updates the submodule pointer for ccpp-physics for the final-final (!) GFS v16 physics updates * fixes a bug in io/FV3GFS_io.F90 to obtain restart reproducibility for uncoupled and coupled runs - contributed by @SMoorthi-emc Co-authored-by: Shrinivas.Moorthi <Shrinivas.Moorthi@noaa.gov> * RRTMGP coupling to Thompson MP in ccpp-physics (NOAA-EMC#208) * Updated physics. Added infrastructure to FV3 to handle new GP capabilities. Thompson MP, LW scattering, Use of LW-jacobian to update surface tendencies. * Some small changes to work with physics improvements to RRTMGP. * RRTMGP working with Thompson MP. * Updated .gitmodules. * Updated physics. New interstitials. * Synced with NCAR/master * Updated ccpp-physics * Updated physics submodule. * Cleanup * Update physics * Updated physics submodule pointer. * Updated physics submodule hash. * Minor bug fixes to CCPP UGWP (update submodule pointer for ccpp-physics) (NOAA-EMC#216) Update the submodule pointer for ccpp-physics for minor bugfixes in CCPP's Unified Gravity Wave Drag parameterization. * Remove IPD (step 1) (NOAA-EMC#215) Remove all IPD source files that are not needed to compile with CCPP. Update gfsphysics/CMakeLists.txt and gfsphysics/GFS_layer/GFS_driver.F90 so that the code compiles after removing IPD sources. Also: update submodule pointer for GFDL_atmos_cubed_sphere to include PR NOAA-EMC/GFDL_atmos_cubed_sphere#48 ("Removed use of mpp_node for use with FMS 2020.04"). * Update submodule pointers for ccpp-framework (ccpp_prebuild bugfix) and ccpp-physics (RRTMGP GFDL-MP bugfix) (NOAA-EMC#218) Update the submodule pointers for ccpp-framework and ccpp-physics for the changes described in NCAR/ccpp-framework#343 and NCAR/ccpp-physics#536. * Remove unnecessary SIMD instruction sets from ccpp/CMakeLists.txt (NOAA-EMC#220) * Remove additional/unnecessary SIMD instruction sets from ccpp/CMakeLists.txt * Implementation of CCPP timestep_init and timestep_final phases (NOAA-EMC#217) - replace calls to CCPP step `time_vary` with `timestep_init` in `atmos_model.F90`, add call to CCPP step `timestep_final` - update `ccpp/driver/CCPP_driver.F90` with calls to CCPP `timestep_init` and `timestep_final` - add `h2o_def.f` and `ozne_def.` to `ccpp_prebuild_config.py` - update of `gfsphysics/GFS_layer/GFS_typedefs.F90`: cleanup work for o3 and h2o physics (required by the updates to the CCPP time vary physics) - update metadata in `gfsphysics/GFS_layer/GFS_typedefs.meta` for the above changes, and clean up the index used for the surface wind enhancement due to convection in the `phy_f2d` array (use proper index, not just the last entry in the array) * add radiation_clouds_thompson_dependency in ccpp physics (NOAA-EMC#225) * using radiation_clouds_thompson_dependency ccpp physics branch * point to ccpp master branch * Remove IPD steps 3 and 5 (NOAA-EMC#224) * Implementation of CCPP timestep_init and timestep_final phases in fv3atm; cleanup work in GFS_typedefs for o3 and h2o physics as a result of the changes to the time vary physics in CCPP * Use proper index variable for surface wind enhancement due to convection in phy_f2d array in GFS_typedefs.{F90,meta}, move code to clear diagnostic buckets using GFS DDT bound procedures from atmos_model.F90 to CCPP_driver.F90 * First step of cleanup process: remove CCPP preprocessor directives, remove parts of unused IPD code, update cmake build system, Delete IPD source code, Replace IPD DDTs with GFS DDTs, Bugfix in atmos_model.F90; add missing call to GFS_externaldiag_populate, Move contents of gfsphysics/{CCPP_layer,GFS_layer} to ccpp/{data,driver}, entirely deleted IPD typedefs, Rename module GFS_driver to GFS_init * Fix indentation in ccpp/data/CMakeLists.txt and ccpp/driver/CMakeLists.txt * Add logic to set DYN32 depending on 32BIT setting * Pass preprocessor directive GFS_TYPES to dycore to enable use of GFS data types * Compile GFS_diagnostics.F90 without optimization, this leads to out of memory errors on wcoss_dell_p3 * Add CCPP rrtmgp fix (NOAA-EMC#237) * ccpp physics merged with top of master * point back to ccpp master branch * Update develop from NOAA-GSL: RUC ice, MYNN sfclay, stochastic land perturbations (NOAA-EMC#239) * Update .gitmodules and submodule pointers for ccpp-framework and ccpp-physics for gsl/develop branch * RUC ice for gsl/develop (replaces NOAA-GSL#54 and NOAA-GSL#56) (NOAA-GSL#60) Implementation of RUC LSM ice model in CCPP * Fix bug in gfsphysics/GFS_layer/GFS_typedefs.F90 from merge * Remove lsm_ruc_sfc_sice from suite FV3_GSD_v0_unified_ugwp_suite and update submodule pointer for ccpp-physics * Remove sfc_sice from ccpp/suites/suite_FV3_GSD_v0_unified_ugwp_suite.xml * Update gsl/develop from develop 2020/12/08 (NOAA-GSL#61) * Fix for updating stochastic physics on separate time-step. (NOAA-EMC#199) This bug fix allows the random patterns in the stochastic physics persist the for a period of time (defined as SKEBINT,SPPTINT, etc.) before calculating new patterns. The fix is to move the allocation of the saved variables into the init section of stochastic_physics_wrapper, and remove the deallocates in the run section. * Bug fixes in (1) running with frac_grid=T and GFDL MP and (2) restarting with frac_grid=T (NOAA-EMC#204) * -- Pointing to Moorthi's modifications in ccpp/physics, which fixed the crash when running GFDL MP with frac_grid=T; -- Not setting fice to zero in order to leave lake ice untouched; -- Restart in the coupled model with the default physics is reproducible, if bad water temperature is only filtered at initial time; Co-authored-with: Shrinivas Moorthi <shrinivas.moorthi@noaa.gov> Co-authored-with: Denise Worthen <Denise.Worthen@noaa.gov> * Revert change to .gitmodules and update submodule pointer for ccpp-physics * Update submodule pointer for ccpp-physics - MYNN surface layer updates and bugfixes (NOAA-GSL#63) * Land stochastic perturbations (wrapper PR for NOAA-GSL#65) (NOAA-GSL#68) * Move initialization of stochastic physics after the physics initialization in CCPP. * Add albedo variables to land perturbations with lndp_type=2 option. Change to accommodate soil perturbations with RUC LSM. * Max/min soil moisture variables are introduced via GFS_Control_type variables instead of through the use of namelist_soilveg*. This is a more flexible way for different LSMs. * Added pores and resid variables for max/min soil moisture to GFS_typedefs.f90. * Remove tracer_sanitizer from all suites and from CCPP prebuild config * Add namelist option to apply land surface perturbations at every time step, clean up stochastic_physics/stochastic_physics_wrapper.F90 * Stochastic land perturbations: add roughness length over land to the perturbed variables (NOAA-EMC#70) * Added roughness length over land to the perturbed variables. * Bugfix in gfsphysics/GFS_layer/GFS_typedefs.F90: remove Diag%cldcov, in particular the reset call because the variable is not allocated * Update .gitmodules and submodule pointer for GFDL_atmos_cubed_sphere for code review and testing * Revert change to .gitmodules for ccpp-physics, update submodule pointer for ccpp-physics * Revert change to .gitmodules and update submodule pointer for GFDL_atmos_cubed_sphere Co-authored-by: DomHeinzeller <58610420+DomHeinzeller@users.noreply.github.com> Co-authored-by: Phil Pegion <38869668+pjpegion@users.noreply.github.com> Co-authored-by: shansun6 <48043606+shansun6@users.noreply.github.com> Co-authored-by: tanyasmirnova <tanya.smirnova@noaa.gov> * Dycore change to add an option to zero-gradient BC for height advection and change dz_min as a namelist input (NOAA-EMC#232) * Point dycore to a personal branch * Point to new version of dycore * Update the dycore version * Update the dycore version * Point to NOAA-EMC dev/emc dycore branch * Remove gnumake build remnants, change v16beta to v16 (NOAA-EMC#234) * Remove gnumake files * Replace v16beta with v16 for all CCPP suites * Remove unused CCPP_INCLUDE_DIRS/CCPP_LIB_DIRS from ccpp/CMakeLists.txt * Move LSM vegetation lookup tables into CCPP, clean up RUC snow cover on ice initialization (remove IPD step 2) (NOAA-EMC#244) * Move LSM vegetation lookup tables into CCPP, clean up RUC snow cover on ice initialization * Revert change to .gitmodules and update submodule pointer for ccpp-physics * UGWP v0 v1 combined (NOAA-EMC#241) * .gitmodules/gsl atmos-cubed cccp-fram cccp/physics * update fv3atm from NOAA-EMC Jan 9 * new suite_FV3_GFS_v16b_ugwpv1.xml and modifications Jan 11/2021 * Added new logical flag do_ugwp_v0_nst_only which allows non-stationary drag from ugwp_v0 to be run with GSL drag suite * Fix formatting in ccpp/data/GFS_typedefs.* * Clean up allocation of arrays in ccpp/data/GFS_typedefs.F90, add active attribute (pass 1) to ccpp/data/GFS_typedefs.meta, strip trailing whitespaces from both * Update and cleanup of metadata for UGWPv0, UGWPv1, drag suite * Reorganize UGWP diagnostic variables in data/GFS_typedefs.{F90,meta} * Bugfix for uninitialized data in ccpp/data/GFS_typedefs.F90 * Update submodule pointer for ccpp-physics * Allocate 3d diagnostic arrays as dummy arrays if not used Co-authored-by: valery.yudin <valery.yudin@noaa.gov> Co-authored-by: Michael Toy <michael.toy@noaa.gov> * SDF for GFSv16 with Thompson (NOAA-EMC#238) * SDF for GFSv16 with Thompson * Delete suite_FV3_GFS_v16beta_thompson.xml * update to new commit of Thompson MP in ccpp physics Co-authored-by: Phil Pegion <38869668+pjpegion@users.noreply.github.com> Co-authored-by: shansun6 <48043606+shansun6@users.noreply.github.com> Co-authored-by: Mark Potts <Mark.Potts@noaa.gov> Co-authored-by: Shrinivas.Moorthi <Shrinivas.Moorthi@noaa.gov> Co-authored-by: dustinswales <dustin.swales@noaa.gov> Co-authored-by: Jun Wang <37633869+junwang-noaa@users.noreply.github.com> Co-authored-by: XiaqiongZhou-NOAA <48254930+XiaqiongZhou-NOAA@users.noreply.github.com> Co-authored-by: valery.yudin <valery.yudin@noaa.gov> Co-authored-by: Michael Toy <michael.toy@noaa.gov> Co-authored-by: XiaSun-NOAA <58949533+XiaSun-NOAA@users.noreply.github.com> * Remove inconsistencies in computation of air density with Thompson MP (NOAA-EMC#74) * Update .gitmodules and submodule pointer for ccpp-physics for code review and testing * Revert change to .gitmodules and update submodule pointer for ccpp-physics * Update thompson mp 20210213 (NOAA-EMC#567) for gsl/develop (NOAA-EMC#75) * Add logical convert_dry_rho for Thompson MP, hardcoded to false * Initialize all variables to NaN in ccpp-physics in DEBUG mode * Update submodule pointer for ccpp-physics * Revert change to .gitmodules and update submodule pointer for ccpp-framework and ccpp-physics * &gfs_physics_nml print_diff_pgr=.true. will print per-timestep pgr change stats * point to sam's repository for atmos_cubed_sphere * Add units and lat/lon to per-timestep pgr stats * Rebase atmos_cubed_sphere to NOAA-GFDL dev/emc branch * Print mean pgr change as hPa/hr and other pgr data as bars. * Remove changes from atmos_cubed_sphere and simplify atmos_model.F90 changes. * print mean abs change instead of mean change in pgr * Update .gitmodules and submodule pointers for ccpp-framework and ccpp-physics for code review and testing * Revert change to .gitmodules and update submodule pointers for ccpp-framework and ccpp-physics * clarify one print * More 3D diagnostic tendencies (NOAA-EMC#76) Add diagnostic tendencies for all tracers. Move all d*3dt variables into a 4D sparse array stored as `dtend(i,k,dtidx(tracer,process))` to reduce memory usage. * Fix incorrect units in dtend metadata (NOAA-EMC#82) * Fix incorrect units in dtend metadata * Make the tracer tendency units mandatory. * Add SO2 tendency units (NOAA-EMC#86) * Update .gitmodules and submodule pointers for ccpp-framework and ccpp-physics * Update submodule pointer for ccpp-physics * Revert change to .gitmodules and update submodule pointer for ccpp-framework and ccpp-physics * dtend: add missing tendencies and fix bugs in convection tendencies (NOAA-EMC#92) * Fix incorrect units in dtend metadata * Point to corresponding ccpp/physics branch * fixes to dtend support: 1. Store rtg (AKA clw AKA qtr) instead of gq0 in DCNV and SCNV pre/post for schemes that use convective transport. Tracers handled solely by convective transport (ones not in rtg) are reported as convective transport tendencies. Tendencies for variables in rtg are reported as dcnv and scnv tendencies. 2. Report TKE tendencies from gfs v16 PBL. 3. Add diagnostic tendencies to drag_suite 4. Only report rayleigh damping tendencies if rayleigh damping is enabled 5. List all possible diagnostic tendencies, even if they are not enabled. In the output, label them "selected" or "disabled." 6. Add phys_tend to the fv3_rap suite. * Merge gsl/develop into ccpp/physics * Add phys_tend to suite_FV3_GSD_SAR and remove some debug prints * Remove some debug prints and commented-out code. * Correct error in dtend variable availability list print. * Enable convtrans diagnostic tendencies for number concentrations and qrimef. * Disable cnvtrans diagnostic tendencies for schemes that do their own diagnostic tendency reporting. * Point to gsl repositories * Update .gitmodules for code review and regression testing * Formatting changes in ccpp/data/GFS_typedefs.F90 * Update submodule pointer for ccpp-physics * Update submodule pointer for ccpp-physics * Point update_gsl_develop_from_develop_20210531 to NOAA-GSL branches of ccpp/physics and ccpp/framework * GF aerosols updates and tunings * GF aerosol updates and tunings from physics * Update .gitmodules and submodule pointer for ccpp-physics for code review and testing * Update submodule pointer for ccpp-physics * Update submodule pointer for ccpp-physics * Update submodule pointer for ccpp-physics * Make aod_gf and cactiv_m work appriopriately for restarts Minor code cleanup * Add missing metadata for new GF arrays * Bug fix in ccpp/driver/GFS_restart.F90 for GF * Update submodule pointer for ccpp-physics * Revert change to .gitmodules and update submodule pointer for ccpp-physics * Add missing active attribute for aod_gf in ccpp/data/GFS_typedefs.meta * Update submodule pointer for ccpp-physics * Update submodule pointer for ccpp-physocs * Change name of sfc_name2(39) from 'weasd' to 'weasdl' in io/FV3GFS_io.F90 * Revert change to .gitmodules and update submodule pointers for ccpp-framework and ccpp-physics * Update .gitmodules and submodule pointer for ccpp-physics for code review and testing * Update .gitmodules and submodule pointer for ccpp-physics for code review and testing * Revert change to .gitmodules and update submodule pointer for ccpp-physics * Changed dimensions of variables tsnow_land and sncovr_ice from horizontal_dimension to horizontal_loop_extent * Added Flake to two suites: FV3_GSD_v0 and FV3_HRRR. * Update .gitmodules and submodule pointer for ccpp-physics for code review and testing * Update submodule pointer for ccpp-physics * Revert change to .gitmodules and update submodule pointer for ccpp-physics * Update to ccpp/data/GFS_typedefs.meta following CCPP standard names update * Update submodule pointer for ccpp-physics * Revert change to .gitmodules and update submodule pointer for ccpp-physics * Revert change to .gitmodules and update submodule pointers for ccpp-physics and ccpp-framework * Revert change to .gitmodules and update submodule pointers for ccpp-framework and ccpp-physics * Turn on GF aerosol-awareness Tune clwdet (cloud water detrainment) Make evfact (evaporation factor) and radiation factor scale-aware * Update .gitmodules and submodule pointers for ccpp-framework and ccpp-physics for code review and testing * Switch back to NCAR ccpp-framework main, abandon NOAA-GSL fork * Update submodule pointer for ccpp-physics * Update submodule pointer for ccpp/physics * Update .gitmodules and submodule pointer for ccpp-physics for code review and testing * Update submodule pointer for ccpp-physics * Revert change to .gitmodules and update submodule pointer for ccpp-physics * Update submodule pointer for ccpp-physics * Revert change to .gitmodules and update submodule pointer for ccpp-physics * Update .gitmodules and submodule pointer for ccpp-physics for code review aand testing * Update submodule pointer for ccpp-physics * Revert change to .gitmodules and update submodule pointer for ccpp-physics * Update .gitmodules and submodule pointer for ccpp-physics for code review and testing * Update submodule pointer for ccpp-physics * Revert .gitmodules and update submodule pointer for ccpp-physics * Revert change to .gitmodules and update submodule pointer for ccpp-physics * Update .gitmodules and submodule pointer for ccpp-physics for code review and testing * Revert .gitmodules and update submodule pointer for ccpp-physics * Update CCPP metadata and several suite defiition files for new GSL regression tests * Bug fix for compiling with Intel on macOS, remove clutter from stdout in io/FV3GFS_io.F90 * Update .gitmodules and submodule pointer for ccpp-physics for code review and testing * Rename GSL suites to RAP suites, add new RAP suites * rename suite FV3_GSD_v0 to FV3_RAP_noah_sfcdiff_cires_ugwp, delete suite FV3_SAR * Update submodule pointer for ccpp-physics * Address reviewer comments * Update submodule pointer for ccpp-physics * Revert .gitmodules and update submodule pointer for ccpp-physics Co-authored-by: DomHeinzeller <58610420+DomHeinzeller@users.noreply.github.com> Co-authored-by: Phil Pegion <38869668+pjpegion@users.noreply.github.com> Co-authored-by: shansun6 <48043606+shansun6@users.noreply.github.com> Co-authored-by: tanyasmirnova <tanya.smirnova@noaa.gov> Co-authored-by: tanyasmirnova <38667904+tanyasmirnova@users.noreply.github.com> Co-authored-by: Mark Potts <Mark.Potts@noaa.gov> Co-authored-by: Shrinivas.Moorthi <Shrinivas.Moorthi@noaa.gov> Co-authored-by: dustinswales <dustin.swales@noaa.gov> Co-authored-by: Jun Wang <37633869+junwang-noaa@users.noreply.github.com> Co-authored-by: XiaqiongZhou-NOAA <48254930+XiaqiongZhou-NOAA@users.noreply.github.com> Co-authored-by: valery.yudin <valery.yudin@noaa.gov> Co-authored-by: Michael Toy <michael.toy@noaa.gov> Co-authored-by: XiaSun-NOAA <58949533+XiaSun-NOAA@users.noreply.github.com> Co-authored-by: samuel.trahan <Samuel.Trahan@noaa.gov> Co-authored-by: Samuel Trahan (NOAA contractor) <39415369+SamuelTrahanNOAA@users.noreply.github.com> Co-authored-by: hannah barnes <hannah.barnes@noaa.gov> Co-authored-by: Hannah C Barnes <38660891+hannahcbarnes@users.noreply.github.com>
When running a low resolution (C384/C192/L127) parallel with the v16 configuration on Hera (develop as of Nov 17, 2020), it was found that the pgbanl files are all of zero size, but the pgb files for other forecast times are fine:
/scratch2/NCEPDEV/stmp1/Catherine.Thomas/ROTDIRS/dropout_metopc_rerun/gdas.20200603/12/atmos
-rw-r--r-- 1 Catherine.Thomas stmp 0 Nov 28 23:26 gdas.t12z.pgrb2.0p25.anl
-rw-r--r-- 1 Catherine.Thomas stmp 0 Nov 28 23:26 gdas.t12z.pgrb2.0p25.anl.idx
-rw-r--r-- 1 Catherine.Thomas stmp 418492278 Nov 29 05:44 gdas.t12z.pgrb2.0p25.f000
-rw-r--r-- 1 Catherine.Thomas stmp 31796 Nov 29 05:44 gdas.t12z.pgrb2.0p25.f000.idx
-rw-r--r-- 1 Catherine.Thomas stmp 447243373 Nov 29 05:45 gdas.t12z.pgrb2.0p25.f001
-rw-r--r-- 1 Catherine.Thomas stmp 40448 Nov 29 05:45 gdas.t12z.pgrb2.0p25.f001.idx
In gdaspost000.log, these lines appear:
0.366 + srun '--export=ALL' /scratch1/NCEPDEV/da/Catherine.Thomas/git/global-workflow/develop.20201117/exec/gfs_ncep_post
0.369 + 0< itag 1> outpost_gfs_2020060312_postcntrl_gfs_anl.xml
/scratch1/NCEPDEV/da/Catherine.Thomas/git/global-workflow/develop.20201117/exec/gfs_ncep_post: error while loading shared libraries: libnetcdf.so.15: cannot open shared object file: No such file or directory
*************************************************************
** FATAL ERROR: Job post.159550 failed RETURN CODE 2
** ABNORMAL EXIT at Sat Nov 28 23:26:13 EST 2020 on h8c53
*************************************************************
The job does not fail, however. It passes successfully and cycles on. A sample log file is here:
/scratch2/NCEPDEV/stmp1/Catherine.Thomas/ROTDIRS/dropout_metopc_rerun/logs/2020060312/gdaspost000.log
The text was updated successfully, but these errors were encountered: