Ignore:
Timestamp:
Nov 23, 2022, 11:11:26 AM (2 years ago)
Author:
romain.vande
Message:

Mars GCM:
The variable co2ice is deleted. All the co2 ice on surface is now in qsurf(:,igcm_co2).
CO2 tracer is now mandatory. diagfi output is unchanged.
RV

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/phymars/phyredem.F90

    r2562 r2826  
    148148
    149149subroutine physdem1(filename,nsoil,ngrid,nlay,nq, &
    150                     phystep,time,tsurf,tsoil,co2ice,albedo,emis,q2,qsurf,&
     150                    phystep,time,tsurf,tsoil,albedo,emis,q2,qsurf,&
    151151                    tauscaling,totcloudfrac,wstar, &
    152152                    watercap)
     
    173173  real,intent(in) :: tsurf(ngrid)
    174174  real,intent(in) :: tsoil(ngrid,nsoil)
    175   real,intent(in) :: co2ice(ngrid)
    176175  real,intent(in) :: albedo(ngrid,2)
    177176  real,intent(in) :: emis(ngrid)
     
    198197  ! set time counter in file
    199198  call put_var("Time","Temps de simulation",time)
    200  
    201   ! CO2 ice layer
    202   call put_field("co2ice","CO2 ice cover",co2ice,time)
    203199
    204200  ! Water ice layer
     
    299295      endif ! of if (txt.eq."hdo_vap")
    300296
    301       ! co2_ice has been added to co2ice in co2condens4micro
     297      ! co2_ice has been added to qsurf(:,igcm_co2) in co2condens4micro
    302298      if (txt.eq."co2_ice") then
    303299        write(*,*)"physdem1: skipping co2_ice tracer"
Note: See TracChangeset for help on using the changeset viewer.