Skip to content

Commit

Permalink
Issue #1 - add grib_util module load to several analysis ecflow scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
KateFriedman-NOAA committed Dec 16, 2020
1 parent 425588f commit e89045b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ module load python/${python_ver}
module load NetCDF-parallel/${netcdf_parallel_ver}
module load HDF5-parallel/${hdf5_parallel_ver}
module load crtm/${crtm_ver}
module load grib_util/${grib_util_ver}

module list

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ module load impi/${impi_ver}
module load NetCDF-parallel/${netcdf_parallel_ver}
module load HDF5-parallel/${hdf5_parallel_ver}
module load python/${python_ver}
module load grib_util/${grib_util_ver}

module list

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ module load python/${python_ver}
module load NetCDF-parallel/${netcdf_parallel_ver}
module load HDF5-parallel/${hdf5_parallel_ver}
module load crtm/${crtm_ver}
module load grib_util/${grib_util_ver}

module list

Expand Down

0 comments on commit e89045b

Please sign in to comment.