-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
* Remove all references to /lfs3 on Jet * Add Ben and Ratko to the CODEOWNERS file * Replace hard-coded make_orog module file with build-level module file in UFS_UTILS * Remove hard-coded make_sfc_climo module file * Add changes for merged chgres_cube code * Add changes for merged chgres_cube code * Minor tweak to FCST_LEN_HRS default in config.community.sh * Changes to make the release version of chgres_cube run in regional_workflow * Changes for regional_grid build on Jet * Changes to regional_grid build for Hera * Change regional_grid makefile for hera * Remove leading zero from FCST_LEN_HRS in config.community.sh * Remove /sorc directory * Remove build module files for codes originally in the regional_workflow repository. Remove run-time make_grid module file for all platforms. Will be sourced from UFS_UTILS from now on. * Update regional grid template for newest code * Copy make_grid module file from UFS_UTILS * Add make_grid.local file for most platforms * Remove alpha and kappa parameters from the regional_grid namelist * Modifications to file type conventions in the chgres_cube namelist for FV3GFS and GSMGFS nemsio files * Set convert_nst=False for global grib2 FV3GFS files when running chgres_cube * Add tracers back into nemsio file processing * Changes to the make_lbcs ex-script (remove all surface-related variables) * Fix for modulefiles * Fixes after merging authoritative repo into fork * Add Thompson climo to chgres_cube namelist for appropriate external model/SDF combinations * Commit new locations for Thompson climo fix file * Change FIXsar to FIXLAM * Change gfs_bndy.nc to gfs.bndy.nc * Move file * Bug fixes to setup.sh and exregional_make_ics.sh * Add support for NAM grib2 files * Path fix * Typo fix * Fix extension on UPP grib2 files * Bug fix for if statement * Add .grib2 extension to soft links * Fix nsoill_out values based on LSM scheme in CCPP suite * Fix grib2 extensions * Add if statement for varmap tables when using Thompson MP and initializing from non-RAP/HRRR data * Final modifications to support NAM grib2 files in regional_workflow * Set climo as default for soil variables when using HRRRX (user will need change this if they know these variables are available for the dates they are running). * Add FV3_CPT_v0 to varmap if statement * Changes to post file names to make model lowercase and move ${fhr} to three values instead of two * Change "rrfs" to "${NET}" instead * Revert "Add FV3_CPT_v0 to varmap if statement" This reverts commit b04ad0b. * Add if statement to set all ad-hoc scheme magnitudes to -999.0 if not being used.
- Loading branch information
There are no files selected for viewing
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
|
||
ncar_pylib /glade/p/ral/jntp/UFS_CAM/ncar_pylib_20200427 |
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
|
||
module use -a /contrib/miniconda3/modulefiles | ||
module load miniconda3 | ||
if [module-info mode load] { | ||
system "conda activate regional_workflow" | ||
} |
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
|
||
module use -a /contrib/miniconda3/modulefiles | ||
module load miniconda3 | ||
if [module-info mode load] { | ||
system "conda activate regional_workflow" | ||
} |
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
module load modules | ||
|
||
module load xt-lsfhpc | ||
module load ncep | ||
module load alps | ||
module load dvs | ||
module load xpmem | ||
module load ugni | ||
module load craype-network-aries | ||
module load switch | ||
module load rca | ||
module load gni-headers | ||
module load udreg | ||
module load hpss | ||
|
||
module load prod_util | ||
module load g2tmpl-intel/1.4.0 | ||
module load crtm-intel/2.2.6 | ||
module load iobuf/2.0.7 | ||
module load gempak/7.3.0 | ||
|
||
module load nco-gnu-sandybridge/4.4.4 | ||
module load NetCDF-intel-sandybridge/4.2 | ||
module load cfp-intel-sandybridge/1.1.0 | ||
export USE_CFP=YES | ||
|
||
module load grib_util/1.1.0 | ||
|
||
module use -a /gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/modulefiles | ||
module load esmf/8.0.0 | ||
|
||
module load python/3.6.3 | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
module load lsf/10.1 | ||
module load python/3.6.3 |