Ignore:
Timestamp:
Jul 18, 2018, 4:48:34 PM (6 years ago)
Author:
mvals
Message:

Mars GCM:
Integration of the detached dust layer parametrizations (rocket dust storm, slope wind lifting, CW, and dust injection scheme, DB).
Still experimental, default behaviour (rdstorm=.false., dustinjection=0) identical to previous revision.
NB: Updated newstart requires an updated "surface.nc" containing the "hmons" field.
EM+MV

File:
1 edited

Legend:

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

    r1944 r1974  
    1111     &                     albedice, iceradius, dtemisice, z0,
    1212     &                     zmea, zstd, zsig, zgam, zthe, phisfi,
    13      &                     watercaptag
     13     &                     watercaptag, hmons
    1414      use slope_mod, only: theta_sl, psi_sl
    1515      use phyredem, only: physdem0,physdem1
     
    557557      zgam(1)=0.E+0
    558558      zthe(1)=0.E+0
     559c  for rocket dust storm scheme     
     560      hmons(1)=0.E+0
    559561
    560562
     
    716718      call physdem0("startfi.nc",longitude,latitude,nsoilmx,ngrid,llm,
    717719     &              nq,dtphys,float(day0),time,cell_area,
    718      &              albedodat,inertiedat,zmea,zstd,zsig,zgam,zthe)
     720     &              albedodat,inertiedat,zmea,zstd,zsig,zgam,zthe,hmons)
    719721      call physdem1("startfi.nc",nsoilmx,ngrid,llm,nq,
    720722     &              dtphys,time,
Note: See TracChangeset for help on using the changeset viewer.