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/evol_ice_mod.F90

    r3571 r3603  
    3434!=======================================================================
    3535! Evolution of CO2 ice for each physical point
    36 write(*,*) 'Evolution of co2 ice'
     36write(*,*) '> Evolution of CO2 ice'
    3737
    3838co2_ice_old = co2_ice
     
    8888real, dimension(ngrid,nslope) :: new_tend                                            ! Tendencies computed in order to conserve h2o ice on the surface, only exchange between surface are done
    8989!=======================================================================
     90write(*,*) '> Evolution of H2O ice'
    9091if (ngrid /= 1) then ! Not in 1D
    9192    ! We compute the amount of condensing and sublimating h2o ice
Note: See TracChangeset for help on using the changeset viewer.