Ignore:
Timestamp:
Feb 4, 2016, 6:56:08 AM (9 years ago)
Author:
ymipsl
Message:

Configuration DYNAMICO-LMDZ-ORCHIDEE is now compiling.

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • dynamico_lmdz/aquaplanet/ICOSA_LMDZ/make_icosa_lmdz

    r3864 r3906  
    1313full_defined="FALSE"
    1414with_xios_defined="FALSE"
     15with_orchidee_defined="FALSE"
    1516arch_defined="FALSE"
    1617parallel_defined="FALSE"
     
    5960      "-with_xios")
    6061          with_xios_defined="TRUE" ; shift ;;
     62
     63      "-with_orchidee")
     64          with_orchidee_defined="TRUE" ; shift ;;
    6165
    6266      *)
     
    124128fi
    125129
     130if [[ "$with_orchidee_defined" == "TRUE" ]]
     131then
     132  ICOSA_LIB="$ICOSA_LIB $ORCHIDEE_LIBDIR $ORCHIDEE_LIB"
     133fi 
    126134
    127135if [[ "$with_xios_defined" == "TRUE" ]]
     
    154162fi
    155163
     164if [[ "$with_orchidee_defined" == "TRUE" ]]
     165then
     166  cd ../ORCHIDEE
     167  makeorchidee_fcm -$compil_mode -parallel $parallel -xios2 -arch $arch -j $job $full_flag
     168fi
     169cd -
     170
    156171cd ../LMDZ5
    157 makelmdz_fcm toto -$compil_mode -mem -parallel $parallel -nodyn -io xios -arch $arch -j $job $full_flag
     172lmdz_veget="false"
     173if [[ "$with_orchidee_defined" == "TRUE" ]]
     174then
     175  lmdz_veget="orchidee2.0"
     176fi
     177makelmdz_fcm toto -$compil_mode -mem -parallel $parallel -nodyn -io xios -v $lmdz_veget -arch $arch -j $job $full_flag
    158178
    159179cd -
Note: See TracChangeset for help on using the changeset viewer.