Ignore:
Timestamp:
Feb 11, 2025, 4:42:38 PM (10 days ago)
Author:
jbclement
Message:

Mars PCM:
Addition of 'zdqsdif_ssi_tot", the total flux with sub-surface water ice, in the "startfi.nc" file. Only used under paleoclimate flag.
JBC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/phymars/vdifc_mod.F

    r3468 r3619  
    3434     &                      subslope_dist,major_slope,iflat
    3535      use microphys_h, only: To
    36       use paleoclimate_mod, only: d_coef,h2o_ice_depth,lag_layer
     36      use paleoclimate_mod, only: d_coef,h2o_ice_depth,lag_layer,
     37     &                            zdqsdif_ssi_tot
    3738      use comsoil_h, only: layer, mlayer,adsorption_soil
    3839      use vdif_cd_mod, only: vdif_cd
     
    243244      REAL zdqsdif_ssi_atm_tot(ngrid,nslope)   ! SSI - atmosphere flux (kg/m^2/s^-1) summed over all subtimestep
    244245      REAL zdqsdif_ssi_frost_tot(ngrid,nslope) ! SSI - frost flux (kg/m^2/s^-1) summed over all subtimestep
    245       REAL zdqsdif_ssi_tot(ngrid,nslope)       ! Total flux of the interactions with SSI kg/m^2/s^-1)
    246246     
    247247      REAL :: tol_frost = 2e-3 ! tolerence for frost thicnkess (kg/m^2) to avoid numerical noise effect
Note: See TracChangeset for help on using the changeset viewer.