Ignore:
Timestamp:
Sep 15, 2022, 9:54:51 AM (2 years ago)
Author:
tlurton
Message:

Add-ons in oasis.F90, bld.cfg and makelmdz_fcm to support coupling of species between PISCES and INCA in the IPSLESM/CO2AER configuration.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/makelmdz_fcm

    r4195 r4247  
    4545isotrac=false
    4646force_compile=false
     47cplocninca=false
    4748
    4849arch_defined="FALSE"
     
    101102          true        : (obsolete; for backward compatibility) use ORCHIDEE tag 1.9-1.9.6
    102103[-chimie INCA/false]       : with INCA chemistry model or without (default: false)
     104[-cplocninca ]        : allow transfer of species from PISCES to INCA (default: false)
    103105[-cosp true/false]    : compile with/without cosp package (default: false)
    104106[-cosp2 true/false]    : compile with/without cosp2 package (default: false)
     
    179181          chimie="$2" ; shift ; shift ;;
    180182
     183     "-cplocninca")
     184          cplocninca=TRUE ; shift ;;
     185
    181186      "-isotopes")
    182187          isotopes="$2" ; shift ; shift ;;
     
    529534fi
    530535
     536if [[ "$cplocninca" == "TRUE" ]]
     537then
     538    CPP_KEY="${CPP_KEY} CPP_CPLOCNINCA"
     539fi
    531540
    532541
Note: See TracChangeset for help on using the changeset viewer.