BIG SEVER tips

some tutorials

module

  • show module
    module avail
  • load module
    module load

.bashrc settings

vim .bashrc

module load R_gcc-10.3.1/4.2.2
module load netcdf_hdf5-1.10.5_gcc-10.3.1
module load ferret/7.6.5

Ferret tips

  • use data
    use {filename}
  • show data
    sh da
  • Plot
    shade {var}[i=?, j=?, k=?]/plot {var}[i=?, j=?, k=?]
    e.g.
    plot LAI[i=@ave, j=@ave, k=24]
  • save
    frame /files=test1.gif

Example netCDF files

  • Example netCDF files
  • /lfs/home/yaowen/taiwania3_archive/exp.t3.4.v2.tauleaf100.run/SBG/Output/MO/exp.t3.4.v2.tauleaf100.run_19810101_19811231_1M_stomate_history.nc

Copy Files in Linux

chmod