Ignore:
Timestamp:
Jan 28, 2025, 5:16:15 PM (2 days ago)
Author:
jbclement
Message:

PEM:

  • Bug correction about the pressure/teta reconstruction for the PCM (mismatch between the physical and dynamical grid).
  • Improvement of messages giving info about the PEM workflow in the terminal.

JBC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.COMMON/libf/evolution/writediagpem.F90

    r3532 r3603  
    824824    ierr=NF_INQ_DIMID(nid,"time",id(4))
    825825    ! Tell the world about it
    826     write(*,*) "====================="
    827     write(*,*) "writediagsoilpem: creating variable "//trim(name)
     826    write(*,*) "==========================="
     827    write(*,*) "DIAGSOILPEM: creating variable "//trim(name)
    828828    call def_var(nid,name,title,units,4,id,varid,ierr)
    829829  endif ! of if (ierr.ne.NF_NOERR)
     
    908908    ierr=NF_INQ_DIMID(nid,"time",id(3))
    909909    ! Tell the world about it
    910     write(*,*) "====================="
    911     write(*,*) "writediagsoilpem: creating variable "//trim(name)
     910    write(*,*) "==========================="
     911    write(*,*) "DIAGSOILPEM: creating variable "//trim(name)
    912912    call def_var(nid,name,title,units,3,id,varid,ierr)
    913913  endif ! of if (ierr.ne.NF_NOERR)
     
    959959    ierr=NF_INQ_DIMID(nid,"time",id(1))
    960960    ! Tell the world about it
    961     write(*,*) "====================="
    962     write(*,*) "writediagsoilpem: creating variable "//trim(name)
     961    write(*,*) "==========================="
     962    write(*,*) "DIAGSOILPEM: creating variable "//trim(name)
    963963    call def_var(nid,name,title,units,1,id,varid,ierr)
    964964  endif ! of if (ierr.ne.NF_NOERR)
Note: See TracChangeset for help on using the changeset viewer.