Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

2. Compile surface dataset source code

module

...

load

...

cray-netcdf
module

...

load

...

cray-hdf5



export LIB_NETCDF=/opt/cray/netcdf/4.4.0/intel/

...

15.0/lib
export INC_NETCDF=/opt/cray/netcdf/4.4.0/intel/

...

15.0/include
export USER_FC=ifort
export USER_CC=icc
export USER_LDFLAGS="-L/opt/cray/netcdf/4.4.0/intel/

...

15.0/lib -lnetcdf -lnetcdff -lnetcdf_intel"
export USER_LDFLAGS=$USER_LDFLAGS" -L//opt/cray/hdf5/1.8.16/intel/

...

15.0/lib -lhdf5 -lhdf5_fortran -lhdf5_cpp -lhdf5_fortran_intel -lhdf5_hl_intel -lhdf5hl_fortran_intel"
cd $SCRATCH/ACME/components/clm/tools/clm4_5/mksurfdata_map/src/


gmake


3.Run theĀ mksurfdata.pl script in "debug" mode to generate the namelist

...