Ignore:
Timestamp:
Jan 15, 2021, 5:41:46 PM (4 years ago)
Author:
abierjon
Message:

Mars GCM:
Changes in aeroptical.F90 :

  • add the flag nf90_64bit_offset when creating the output file. Without it, the program couldn't deal with large files (concat) with multiple aerosols
  • modify the code structure to make it a bit less memory-intensive
  • add topdust in computed aerosol opacities
  • add the possibility to compute absorption opacities, instead of extinction : the user must specify 'ext' or 'abs' in aeroptical.def
  • update the description of aeroptical in util/README

+ adapt simu_MCS to take into account aeroptical output variables when choosing

the binning reference

+ add outputs for topdust in physiq_mod

AB

File:
1 edited

Legend:

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

    r2442 r2443  
    31673167
    31683168           if (rdstorm) then  ! writediagfi tendencies stormdust tracers
    3169              call WRITEDIAGFI(ngrid,'reffdust','reffdust',
    3170      &                        'm',3,rdust*ref_r0)
    31713169             call WRITEDIAGFI(ngrid,'reffstormdust','reffstormdust',
    31723170     &                        'm',3,rstormdust*ref_r0)
     
    32263224
    32273225           if (slpwind) then
     3226             call WRITEDIAGFI(ngrid,'refftopdust','refftopdust',
     3227     &                        'm',3,rtopdust*ref_r0)
     3228             call WRITEDIAGFI(ngrid,'topdustq','top Dust mass mr',
     3229     &                        'kg/kg',3,pq(:,:,igcm_topdust_mass))
     3230             call WRITEDIAGFI(ngrid,'topdustN','top Dust number',
     3231     &                        'part/kg',3,pq(:,:,igcm_topdust_number))
    32283232             select case (trim(dustiropacity))
    32293233              case ("tes")
Note: See TracChangeset for help on using the changeset viewer.