Ignore:
Timestamp:
Jan 28, 2025, 5:16:15 PM (9 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/read_data_PCM_mod.F90

    r3602 r3603  
    181181! Close the NetCDF file
    182182call error_msg(nf90_close(fID),"close",filename1)
    183 write(*,*) '"'//filename1//'" processed!'
     183write(*,*) '> "'//filename1//'" processed!'
    184184
    185185!------------------------------- Year 2 --------------------------------
     
    445445! Close the NetCDF file
    446446call error_msg(nf90_close(fID),"close",filename2)
    447 write(*,*) '"'//filename2//'" processed!'
     447write(*,*) '"> '//filename2//'" processed!'
    448448
    449449END SUBROUTINE read_data_PCM
Note: See TracChangeset for help on using the changeset viewer.