Ignore:
Timestamp:
Jan 31, 2023, 9:52:30 PM (22 months ago)
Author:
romain.vande
Message:

Mars PCM:
Move a endif misplaced
RV

File:
1 edited

Legend:

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

    r2863 r2885  
    7373subroutine pemdem1(filename,year_iter,nsoil_PEM,ngrid,nslope, &
    7474                    tsoil_slope_PEM,inertiesoil_slope_PEM,ice_table, &
    75                     m_co2_regolith,m_h2o_regolith)
     75                    m_co2_regolith,m_h2o_regolith,water_reservoir)
    7676  ! write time-dependent variable to restart file
    7777  use iostart_PEM, only : open_restartphy, close_restartphy, &
     
    9696  real,intent(in) :: m_co2_regolith(ngrid,nsoil_PEM,nslope)
    9797  real,intent(in) :: m_h2o_regolith(ngrid,nsoil_PEM,nslope)
     98  real,intent(IN) :: water_reservoir(ngrid)
    9899  integer :: islope
    99100  CHARACTER*2 :: num 
     
    115116  ! set time counter in file
    116117  call put_var("Time","Year of simulation",year_tot)
     118
     119  call put_field("water_reservoir","water_reservoir", &
     120                 water_reservoir,year_tot)
    117121
    118122    if(soil_pem) then
Note: See TracChangeset for help on using the changeset viewer.