Ignore:
Timestamp:
Sep 20, 2024, 12:32:04 PM (7 weeks ago)
Author:
Laurent Fairhead
Message:

Updating cirrus branch to trunk revision 5171

Location:
LMDZ6/branches/cirrus
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/cirrus

  • LMDZ6/branches/cirrus/makelmdz_fcm

    r4918 r5202  
    474474then
    475475   CPP_KEY="$CPP_KEY CPP_INLANDSIS"
    476    INLANDSIS_PATH="$LIBFGCM/%PHYS/inlandsis"
    477 fi
    478 
     476   INLANDSIS_PATH="$LIBFGCM/phy${physique}/inlandsis"
     477fi
    479478
    480479if [[ "$rad" == "rrtm" ]]
    481480then
    482481   CPP_KEY="$CPP_KEY CPP_RRTM"
    483    RAD_PATH="$LIBFGCM/%PHYS/rrtm"
     482   RAD_PATH="$LIBFGCM/phy${physique}/rrtm"
    484483fi
    485484if [[ "$rad" == "ecrad" ]]
    486485then
    487486   CPP_KEY="$CPP_KEY CPP_ECRAD"
    488    RAD_PATH="$LIBFGCM/%PHYS/ecrad"
     487   RAD_PATH="$LIBFGCM/phy${physique}/ecrad"
    489488fi
    490489
     
    492491then
    493492   CPP_KEY="$CPP_KEY CPP_Dust"
    494    DUST_PATH="$LIBFGCM/%PHYS/Dust"
     493   DUST_PATH="$LIBFGCM/phy${physique}/Dust"
    495494fi
    496495
     
    498497then
    499498   CPP_KEY="$CPP_KEY CPP_StratAer"
    500    STRATAER_PATH="$LIBFGCM/%PHYS/StratAer"
     499   STRATAER_PATH="$LIBFGCM/phy${physique}/StratAer"
    501500fi
    502501
     
    577576    if [[ $force_compile == true ]]
    578577    then
    579         \rm -f $LIBFGCM/grid/dimensions.h
     578        \rm -f $LIBFGCM/grid/dimensions.h
    580579    else
    581         echo "WARNING: you are probably already compiling the model somewhere else."
    582         echo "Wait until the first compilation is finished before launching this one."
    583         echo "If you are sure that you are not compiling elsewhere, "
    584         echo "run makelmdz_fcm with option -force_compile"
    585         exit 1
     580        echo "WARNING: you are probably already compiling the model somewhere else."
     581        echo "Wait until the first compilation is finished before launching this one."
     582        echo "If you are sure that you are not compiling elsewhere, "
     583        echo "If you are sure that you are not compiling elsewhere, then"
     584        echo rm -f $LIBFGCM/grid/dimensions.h
     585        echo "before reruning the compilation"
     586        echo "or run makelmdz_fcm with option -force_compile"
     587        exit 1
    586588    fi
    587589fi
     590
    588591
    589592
Note: See TracChangeset for help on using the changeset viewer.