Changeset 4249 for dynamico_lmdz


Ignore:
Timestamp:
Oct 30, 2020, 11:40:16 AM (4 years ago)
Author:
aclsce
Message:

Modified to handle the use of oasis coupler in IPSLCM7 configuration.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • dynamico_lmdz/aquaplanet/ICOSA_LMDZ/make_icosa_lmdz

    r4130 r4249  
    1616with_xios_defined="TRUE"
    1717with_orchidee_defined="FALSE"
     18with_oasis_defined="FALSE"
    1819arch_defined="FALSE"
    1920parallel_defined="FALSE"
     
    8485          with_orchidee_defined="TRUE" ; shift ;;
    8586
     87      "-with_oasis")
     88      with_oasis_defined="TRUE" ; shift ;;
     89
     90
    8691      *)
    8792          code="$1" ; shift ;;
     
    171176fi 
    172177
     178if [[ "$with_oasis_defined" == "TRUE" ]]
     179then
     180  ICOSA_LIB="$ICOSA_LIB $OASIS_LIBDIR $OASIS_LIB"
     181fi
     182
     183
    173184if [[ "$with_xios_defined" == "TRUE" ]]
    174185then
Note: See TracChangeset for help on using the changeset viewer.