Changeset 2491 for trunk


Ignore:
Timestamp:
Mar 30, 2021, 9:50:02 AM (4 years ago)
Author:
aslmd
Message:

MESOSCALE Mars: initialize a couple new initializations done in phyetat0

File:
1 edited

Legend:

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

    r2481 r2491  
    563563      PRINT*,'check: qsurf ',qsurf(1,1),qsurf(ngrid,nq)
    564564      PRINT*,'check: co2 ',co2ice(1),co2ice(ngrid)
    565       PRINT*,'check: watercap ',watercap(1),watercap(ngrid)
    566565      !!!
    567566      day_ini = pday
     567      !!! a couple initializations (dummy for mesoscale) done in phyetat0
     568      !!! --- maybe this should be done in update_inputs_physiq_mod
     569      mem_Mccn_co2(:,:)=0.0
     570      mem_Nccn_co2(:,:)=0.0
     571      mem_Mh2o_co2(:,:)=0.0
     572      tauscaling(:)=1.0 !! probably important
     573      totcloudfrac(:)=1.0
     574      albedo(:,1)=albedodat(:)
     575      albedo(:,2)=albedo(:,1)
     576      watercap(:)=0.0
    568577#endif
    569578#ifndef MESOSCALE
Note: See TracChangeset for help on using the changeset viewer.