Ignore:
Timestamp:
Jun 28, 2023, 4:05:56 PM (17 months ago)
Author:
romain.vande
Message:

Generic PEM :

Adapt PEM to run with the generic model.
(CPP_STD keyword to exclude some part of the code at the compilation)

RV

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.COMMON/makelmdz_fcm

    r2967 r2985  
    488488if [[ -d ${LIBFGCM}/evolution &&  "$code" == "pem" ]]
    489489then
     490if [[ "$physique" == "std" ]]
     491then
     492   CPP_KEY="$CPP_KEY CPP_STD"
     493fi
    490494   EVOLUTION_PATH="${LIBFGCM}/evolution"
    491495   INCLUDE="$INCLUDE -I${LIBFGCM}/evolution"
    492496fi
     497
     498if [[ -d ${LIBFGCM}/evolution &&  "$code" == "reshape_XIOS_output" ]]
     499then
     500if [[ "$physique" == "std" ]]
     501then
     502   CPP_KEY="$CPP_KEY CPP_STD"
     503fi
     504   EVOLUTION_PATH="${LIBFGCM}/evolution"
     505   INCLUDE="$INCLUDE -I${LIBFGCM}/evolution"
     506fi
     507
    493508
    494509# NETCDF library include/library paths
Note: See TracChangeset for help on using the changeset viewer.