Changeset 2207


Ignore:
Timestamp:
Jan 7, 2020, 4:11:54 PM (5 years ago)
Author:
adelavois
Message:

Mars GCM:
Follow up of r2206
Correction of Mars GCM localtime utility:

Variables declaration changed in order to be compiled with ifort

Location:
trunk/LMDZ.MARS
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/README

    r2202 r2207  
    28072807Add the observer simulator program simu_MCS_temp.F90 to the LMDZ.MARS/util/ directory, as well as a simu_MCS_temp.def. This program reads a MCS file (binned by Luca Montabone), extracts the daytime and nighttime temperatures from a GCM simulation file, and outputs a netcdf file in the same format as the MCS file.
    28082808More details in simu_MCS_temp.def and in the preface of simu_MCS_temp.F90.
     2809
     2810== 07/01/2020 == AD
     2811Correction of Mars GCM utility by EM (r2204):
     2812(Bug fix for when input file of the localtime utility is the ouput of zrecast and has aps()/bps() arrays which may not be of the same size as number of vertical layers.)
     2813Variables declaration changed in order to be compiled with ifort
     2814Manual User Update: Old stuff removed from part4: Running the model
     2815
     2816
  • trunk/LMDZ.MARS/util/localtime.F90

    r2204 r2207  
    722722character (len=*), intent(in):: filename
    723723! filename(): the file's name
     724integer,intent(in) ::latlen,lonlen,altlen,ctllen
    724725real, intent(in):: lat(latlen)
    725726! lat(): latitude
     
    730731real, intent(in):: ctl(ctllen)
    731732! ctl(): controle
    732 integer,intent(in) ::latlen,lonlen,altlen,ctllen
    733733integer, intent(out):: nout
    734734! nout: [netcdf] file ID
Note: See TracChangeset for help on using the changeset viewer.