ACCORD-NWP / DAVAI-tests

DAVAÏ tests templates and config files
Other
0 stars 9 forks source link

Update IFS input files for IFS2LAM fullpos tests #20

Open AlexandreMary opened 9 months ago

AlexandreMary commented 9 months ago

Issue arose in CY49, cf. ACCORD-NWP/IAL#50 IFS input files probably are to be updated, in addition to namelists (cf. below). A fix in the code has also been proposed, but with no consensus for now, cf. ACCORD-NWP/IAL#270

Physics switch to deactivate some initialisation of (surface) parameterizations in IFS:

&NAEPHY
    LEFLAKE = .FALSE.,
    LEGWWMS = .FALSE.,
    LELAIV = .FALSE.,
    LEPHYS = .TRUE.,
    LERADI = .FALSE.,
    LEC4MAP = .FALSE.,
AlexandreMary commented 2 months ago

Input files don't necessarily need to be updated, but namelist should:

&NAEPHY
    LEFLAKE = .FALSE.,
    LEGWWMS = .FALSE.,
    LELAIV = .FALSE.,
    LEPHYS = .TRUE.,
    LERADI = .FALSE.,
    LEC4MAP = .FALSE.,

and a modset to be confirmed (destination-earth-digital-twins/IAL#49)