Changeset 1865 for LMDZ5/trunk/makelmdz


Ignore:
Timestamp:
Sep 13, 2013, 10:26:46 AM (11 years ago)
Author:
Laurent Fairhead
Message:

Inclusion de la bibliothèque SISVAT/MAR à LMDZ pour le traitement des surfaces
"land ice"

  1. Menegoz

Integration of the SISVAT/MAR library to LMDZ to model the land ice surfaces

  1. Menegoz
File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/makelmdz

    r1838 r1865  
    2525fcm_path=none
    2626cosp=false
     27sisvat=false
    2728
    2829# guess a default 'arch'
     
    173174          cosp="$2" ; shift ; shift ;;
    174175     
     176      "-sisvat")
     177          sisvat="$2" ; shift ; shift ;;
     178     
    175179      "-mem")
    176180          paramem="mem" ; shift ;;
     
    396400   INCLUDE="$INCLUDE"' -I$(LIBF)/cosp'
    397401fi
     402
     403if [[ "$sisvat" == "true" ]]
     404then
     405   CPP_KEY="$CPP_KEY CPP_SISVAT"
     406fi
     407
    398408
    399409INCLUDE="$INCLUDE ${NETCDF_INCDIR}"
Note: See TracChangeset for help on using the changeset viewer.