Skip to content

Commit

Permalink
Remove large file support environment variable from setEnvar to make …
Browse files Browse the repository at this point in the history
…consistent with code. (#275)
  • Loading branch information
aubreyd authored and kafitzgerald committed Jan 9, 2020
1 parent b4dd7cb commit d8d1d00
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
4 changes: 0 additions & 4 deletions lessons/training/Lesson-1-compile.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@
"| HYDRO_D | 0=Off, 1=On | Enhanced diagnostic output for debugging |\n",
"| SPATIAL_SOIL | 0=Off, 1=On | Spatially distributed parameters for Noah-MP. This allows Noah-MP to use spatially distributed parameters for the land surface model rather than parameter based upon soil class and land use category look up tables. See Section 5.3.1 of the [Technical Description](https://ral.ucar.edu/projects/wrf_hydro/technical-description-user-guide) |\n",
"| WRF_HYDRO_RAPID | 0=Off, 1=On | Coupling with the RAPID routing model. This option is not currently supported. |\n",
"| WRFIO_NCD_LARGE_FILE_SUPPORT | 0=Off, 1=On | Large netcdf file support. Allow netCDF I/O of files larger than 2GB. |\n",
"| NCEP_WCOSS | 0=Off, 1=On | WCOSS file units. Do not use unless working on the WCOSS machines. |\n",
"| WRF_HYDRO_NUDGING | 0=Off, 1=On | Streamflow nudging. Enable the streamflow nudging routines for Muskingum-Cunge Routing. See Section 3.6.2. of the [Technical Description](https://ral.ucar.edu/projects/wrf_hydro/technical-description-user-guide) |\n",
"\n",
Expand Down Expand Up @@ -164,9 +163,6 @@
"# RAPID model: 0=Off, 1=On.\n",
"export WRF_HYDRO_RAPID=0\n",
"\n",
"# Large netcdf file support: 0=Off, 1=On.\n",
"export WRFIO_NCD_LARGE_FILE_SUPPORT=1\n",
"\n",
"# WCOSS file units: 0=Off, 1=On. \n",
"export NCEP_WCOSS=0\n",
"\n",
Expand Down
3 changes: 0 additions & 3 deletions lessons/training/Lesson-4-run-options.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,6 @@
"# RAPID model: 0=Off, 1=On.\n",
"export WRF_HYDRO_RAPID=0\n",
"\n",
"# Large netcdf file support: 0=Off, 1=On.\n",
"export WRFIO_NCD_LARGE_FILE_SUPPORT=1\n",
"\n",
"# WCOSS file units: 0=Off, 1=On. \n",
"export NCEP_WCOSS=0\n",
"\n",
Expand Down

0 comments on commit d8d1d00

Please sign in to comment.