Ignore:
Timestamp:
Sep 9, 2022, 4:02:51 PM (2 years ago)
Author:
llange
Message:

MARS PEM:

  • Add a PEMETAT0 that read "startfi_pem.nc"
  • Add the soil in the model: soil temperature, thermal properties, ice table
  • Add a routine that compute CO2 + H2O adsorption
  • Minor corrections in PEM.F90

LL

File:
1 edited

Legend:

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

    r2779 r2794  
    2020!   INPUT
    2121
    22   INTEGER, intent(in) :: iim_input,jjm_input, ngrid,nslope      ! # of grid points along longitude/latitude/ total
    23   REAL, intent(in) ::  cell_area(ngrid)                         ! Area of each cell
     22  INTEGER, intent(in) :: iim_input,jjm_input, ngrid,nslope   ! # of grid points along longitude/latitude/ total
     23!  REAL, intent(in) ::  tendencies_h2o_ice_phys(ngrid) ! physical point field : Evolution of perenial ice over one year
     24  REAL, intent(in) ::  cell_area(ngrid)
    2425
    2526!   OUTPUT
    26   REAL, INTENT(INOUT) ::  qsurf(ngrid,nslope)                   ! physical point field : Previous and actual density of water ice
    27   LOGICAL :: STOPPING                                           ! Not used
     27  REAL, INTENT(INOUT) ::  qsurf(ngrid,nslope)                ! physical point field : Previous and actual density of water ice
     28  LOGICAL :: STOPPING
    2829  REAL, intent(inout) ::  tendencies_co2_ice_phys(ngrid,nslope) ! physical point field : Evolution of perenial ice over one year
    2930
     
    3334
    3435  INTEGER :: i,j,ig0,islope                                  ! loop variable
     36!  REAL :: not_budget, budget
     37  REAL :: pos_tend, neg_tend, real_coefficient,negative_part
     38  REAL ::  new_tendencies(ngrid)
    3539
    3640  STOPPING=.false.
    3741
    3842
    39 ! Evolution of the co2 ice for each physical point
     43! Evolution of the water ice for each physical point
    4044  do i=1,ngrid
    4145    do islope=1,nslope
Note: See TracChangeset for help on using the changeset viewer.