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_fcm

    r3815 r3901  
    2323couple=false
    2424veget=false
    25 sisvat=false
    2625inlandsis=false
    2726rrtm=false
     
    5554PHY_COMMON_PATH=$LMDGCM/.void_dir
    5655RRTM_PATH=$LMDGCM/.void_dir
     56INLANDSIS_PATH=$LMDGCM/.void_dir
    5757DUST_PATH=$LMDGCM/.void_dir
    5858STRATAER_PATH=$LMDGCM/.void_dir
    59 SISVAT_PATH=$LMDGCM/.void_dir
    6059COSP_PATH=$LMDGCM/.void_dir
    6160fcm_path=$LMDGCM/tools/fcm/bin
     
    9998[-cosp2 true/false]    : compile with/without cosp2 package (default: false)
    10099[-cospv2 true/false]    : compile with/without cospv2 package (default: false)
    101 [-sisvat true/false]  : compile with/without sisvat package (default: false)
    102100[-inlandsis true/false]  : compile with/without inlandsis package (default: false)
    103101[-rrtm true/false]    : compile with/without rrtm package (default: false)
     
    150148      "-v")
    151149          veget="$2" ; shift ; shift ;;
    152 
    153       "-sisvat")
    154           sisvat="$2" ; shift ; shift ;;
    155150
    156151      "-inlandsis")
     
    414409fi
    415410
    416 if [[ "$sisvat" == "true" ]]
    417 then
    418    CPP_KEY="$CPP_KEY CPP_SISVAT"
    419    SISVAT_PATH="$LIBFGCM/%PHYS/sisvat"
    420 fi
    421 
    422411if [[ "$inlandsis" == "true" ]]
    423412then
     
    697686echo "%DUST          $DUST_PATH"     >> $config_fcm
    698687echo "%STRATAER      $STRATAER_PATH" >> $config_fcm
    699 echo "%SISVAT        $SISVAT_PATH"   >> $config_fcm
    700688echo "%INLANDSIS     $INLANDSIS_PATH" >> $config_fcm
    701689echo "%COSP          $COSP_PATH"     >> $config_fcm
Note: See TracChangeset for help on using the changeset viewer.