Changeset 4495 for LMDZ6


Ignore:
Timestamp:
Apr 4, 2023, 10:12:21 PM (15 months ago)
Author:
Laurent Fairhead
Message:

The routine is out of sync with the one in phylmd and some declarations of interface varaibles have changed
LF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmdiso/physiq_mod.F90

    r4491 r4495  
    12191219    !     climatology and the daylight climatology
    12201220    INTEGER,SAVE :: ncid_climoz                ! NetCDF file identifier
    1221     REAL, POINTER, SAVE :: press_cen_climoz(:) ! Pressure levels
    1222     REAL, POINTER, SAVE :: press_edg_climoz(:) ! Edges of pressure intervals
    1223     REAL, POINTER, SAVE :: time_climoz(:)      ! Time vector
     1221    REAL, ALLOCATABLE, SAVE :: press_cen_climoz(:) ! Pressure levels
     1222    REAL, ALLOCATABLE, SAVE :: press_edg_climoz(:) ! Edges of pressure intervals
     1223    REAL, ALLOCATABLE, SAVE :: time_climoz(:)      ! Time vector
    12241224    CHARACTER(LEN=13), PARAMETER :: vars_climoz(2) &
    12251225                                  = ["tro3         ","tro3_daylight"]
Note: See TracChangeset for help on using the changeset viewer.