Ignore:
Timestamp:
Apr 9, 2026, 2:42:11 PM (9 hours ago)
Author:
jmauxion
Message:

Mars PCM:

  • Adding write_output for inertiedat.
  • Adding an icelocationmode = 6 that uses surface thermal inertia to

prescribe watercaptag. Can be irrelevant if the spatial resolution is too
coarse.
JM

File:
1 edited

Legend:

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

    r4169 r4177  
    33393339         call write_output("watercaptag","Watercap tag"
    33403340     &         ,"Boolean",watercaptag(:))
     3341         call write_output("inertiedat","Soil inertia",
     3342     &                 "J/kg/K",inertiedat(:,:))
    33413343         if (grid_type == regular_lonlat) then
    33423344           call write_output("area","Mesh area","m2",
     
    34473449     &                 "K",tsoil(:,:,iflat))
    34483450      call write_output("inertiedat","Soil inertia",
    3449      &                 "K",inertiedat(:,:))
     3451     &                 "J/kg/K",inertiedat(:,:))
    34503452#endif
    34513453
Note: See TracChangeset for help on using the changeset viewer.