Ignore:
Timestamp:
Feb 8, 2017, 4:40:26 PM (8 years ago)
Author:
slebonnois
Message:

SL: Cloud model for Venus. Not validated yet.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.COMMON/makelmdz_fcm

    r1650 r1661  
    5959COSP_PATH=$LMDGCM/.void_dir
    6060CHEM_PATH=$LMDGCM/.void_dir
     61CLOUD_PATH=$LMDGCM/.void_dir
    6162AERONO_PATH=$LMDGCM/.void_dir
    6263# Path to fcm utility:
     
    473474fi
    474475
     476# for Venus (but could be used by others as well), there is also "phyvenus/cloudvenus"
     477if [[ -d ${LIBFGCM}/phy${physique}/cloud${physique} ]]
     478then
     479   CLOUD_PATH="${LIBFGCM}/phy${physique}/cloud${physique}"
     480   INCLUDE="$INCLUDE -I${LIBFGCM}/phy${physique}/cloud${physique}"
     481fi
     482
    475483# for Mars (but could be used by others as well), there is also "aeronomars"
    476484if [[ -d ${LIBFGCM}/aerono${physique} ]]
     
    715723echo "%COSP          $COSP_PATH"     >> $config_fcm
    716724echo "%CHEM          $CHEM_PATH"     >> $config_fcm
     725echo "%CLOUD         $CLOUD_PATH"    >> $config_fcm
    717726echo "%AERONO        $AERONO_PATH"   >> $config_fcm
    718727echo "%CPP_KEY       $CPP_KEY"       >> $config_fcm
Note: See TracChangeset for help on using the changeset viewer.