Changeset 1865 for LMDZ5/trunk/makegcm


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/makegcm

    r1839 r1865  
    2727set io=ioipsl
    2828set cosp=false
     29set sisvat=false
    2930
    3031set FC_LINUX=gfortran
     
    491492        set cosp="$2"; shift ; shift ; goto top
    492493
     494     case -sisvat
     495        set sisvat="$2" ; shift ; shift ; goto top
     496
    493497     case -filtre
    494498        set filtre=$2 ; shift ; shift ; goto top
     
    566570endif
    567571
     572if ( "$sisvat" == 'true' ) then
     573    set cppflags="$cppflags -DCPP_SISVAT"
     574endif
     575
    568576if ( "$physique" == 'nophys' ) then
    569577   set phys="L_PHY= LIBPHY="
Note: See TracChangeset for help on using the changeset viewer.