Changeset 2234


Ignore:
Timestamp:
Feb 4, 2020, 3:03:24 PM (5 years ago)
Author:
aslmd
Message:

meso_install.sh updated readme

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MESOSCALE/LMD_MM_MARS/SIMU/MESORUN/readme

    r1486 r2234  
     1### MESO_INSTALL.sh
     2
     3svn checkout http://svn.lmd.jussieu.fr/Planeto/trunk/MESOSCALE/LMD_MM_MARS/SIMU meso_install
     4chmod +x meso_install/meso_install.sh
     5meso_install/meso_install.sh -h
     6
     7-----------------
     8-- set NETCDF and WHERE_MPI variables --
     9-- in env file --
     10
     11module purge
     12module load openmpi/1.6.5-ifort
     13module load netcdf4/4.3.3.1-ifort
     14declare -x NETCDF=/opt/netcdf/ifort
     15declare -x WHERE_MPI=/usr/lib64/openmpi/1.4.3-ifort/bin/
     16
     17-----------------
     18
     19
     20meso_install/meso_install.sh -v HEAD -n 2020_TEST
     21
     22
     23
     24
     25
     26
     27
     28
     29
     30
     31
     32
     33
     34
     35######################## old notes
     36
    137## WHAT NEEDS TO BE DONE / CHECKED
    238
Note: See TracChangeset for help on using the changeset viewer.