Changeset 3901 for LMDZ6/trunk/makelmdz


Ignore:
Timestamp:
May 17, 2021, 4:05:36 PM (3 years ago)
Author:
evignon
Message:

Commission LMDZ-sisvat, deuxieme phase:

  • suppression du repertoire sisvat
  • nettoyage de certains scripts de la physique et des makefile
File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/makelmdz

    r3835 r3901  
    2727cosp2=false
    2828cospv2=false
    29 sisvat=false
    3029inlandsis=false
    3130rrtm=false
     
    122121[-cosp2 true/false]    : compile with/without cosp2 package (default: false)
    123122[-cospv2 true/false]    : compile with/without cospv2 package (default: false)
    124 [-sisvat true/false]  : compile with/without sisvat package (default: false)
    125123[-inlandsis true/false]  : compile with/without inlandsis package (default: false)
    126124[-rrtm true/false]    : compile with/without rrtm package (default: false)
     
    192190          cospv2="$2" ; shift ; shift ;;
    193191     
    194       "-sisvat")
    195           sisvat="$2" ; shift ; shift ;;
    196 
    197192      "-inlandsis")
    198193          inlandsis="$2" ; shift ; shift ;; 
     
    515510   src_dirs="$src_dirs phy${physique}/cospv2"
    516511   INCLUDE="$INCLUDE"' -I$(LIBF)/'phy${physique}'/cospv2'
    517 fi
    518 
    519 
    520 if [[ "$sisvat" == "true" ]]
    521 then
    522    CPP_KEY="$CPP_KEY CPP_SISVAT"
    523    src_dirs="$src_dirs phy${physique}/sisvat"
    524512fi
    525513
Note: See TracChangeset for help on using the changeset viewer.