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/libf/evolution/pemetat0.F90

    r2980 r2985  
    6666   real :: year_PEM_read                                              ! Year of the PEM previous run
    6767   LOGICAL :: startpem_file                                           ! boolean to check if we read the startfile or not
     68#ifdef CPP_STD   
     69   logical :: watercaptag(ngrid)
     70
     71   watercaptag(:)=.false.
     72#endif
    6873
    6974!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Note: See TracChangeset for help on using the changeset viewer.