Changeset 2481 for trunk


Ignore:
Timestamp:
Mar 18, 2021, 10:40:53 AM (4 years ago)
Author:
emillour
Message:

Mars GCM:

  • change outputs names for species number densities (in molecules/cm3) from "rho_*" to "num_*" and add possibility to output only first layer atmospheric temperatures as "temp_layer1".

EM

Location:
trunk/LMDZ.MARS
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/README

    r2467 r2481  
    33013301  outputs in diagfi.
    33023302
     3303== 18/03/2021 == EM
     3304- change outputs names for species number densities (in molecules/cm3)
     3305  from "rho_*" to "num_*" and add possibility to output only first layer
     3306  atmospheric temperatures as "temp_layer1".
  • trunk/LMDZ.MARS/libf/phymars/physiq_mod.F

    r2467 r2481  
    26812681     &                           (1000*mmol(iq))
    26822682
    2683                    call wstats(ngrid,"rho_"//trim(noms(iq)),
     2683                   call wstats(ngrid,"num_"//trim(noms(iq)),
    26842684     $                   "Number density","cm-3",3,rhopart)
    2685                    call writediagfi(ngrid,"rho_"//trim(noms(iq)),
     2685                   call writediagfi(ngrid,"num_"//trim(noms(iq)),
    26862686     $                  "Number density","cm-3",3,rhopart)
    26872687
     
    28132813     &                                         ,"kg.m-2",2,watercap)
    28142814
     2815         call WRITEDIAGFI(ngrid,"temp_layer1","temperature in layer 1",
     2816     &                  "K",2,zt(1,1))
    28152817         call WRITEDIAGFI(ngrid,"temp7","temperature in layer 7",
    28162818     &                  "K",2,zt(1,7))
Note: See TracChangeset for help on using the changeset viewer.