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/README

    r2440 r2443  
    32523252with Solar longitude as the Time variable (for localtime, the check on long_name
    32533253attribute is still compliant with files from previous versions)
     3254
     3255== 15/01/2021 == AB
     3256Changes in aeroptical.F90 :
     3257- add the flag nf90_64bit_offset when creating the output file. Without it, the
     3258  program couldn't deal with large files (concat) with multiple aerosols
     3259- modify the code structure to make it a bit less memory-intensive
     3260- add topdust in computed aerosol opacities
     3261- add the possibility to compute absorption opacities, instead of extinction :
     3262  the user must specify 'ext' or 'abs' in aeroptical.def
     3263- update the description of aeroptical in util/README
     3264
     3265+ adapt simu_MCS to take into account aeroptical output variables when choosing
     3266  the binning reference
     3267+ add outputs for topdust in physiq_mod
Note: See TracChangeset for help on using the changeset viewer.