Ignore:
Timestamp:
Feb 23, 2021, 4:01:34 PM (3 years ago)
Author:
lmdz-users
Message:

Modifications to code to introduce a new vertical axis on llm+1 levels so that fluxes can
be output on their proper levels as per the CMIP6 DataRequest?
LF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/IPSL-CM6A-MR/libf/phylmd/iophy.F90

    r3488 r3853  
    12271227
    12281228    nlev=SIZE(field,2)
    1229     IF (nlev.EQ.klev+1) THEN
    1230         nlevx=klev
    1231     ELSE
    1232         nlevx=nlev
    1233     ENDIF
     1229    nlevx=nlev
     1230!    IF (nlev.EQ.klev+1) THEN
     1231!        nlevx=klev
     1232!    ELSE
     1233!        nlevx=nlev
     1234!    ENDIF
    12341235
    12351236    IF (SIZE(field,1) == klon) then
Note: See TracChangeset for help on using the changeset viewer.