Changeset 2207
- Timestamp:
- Jan 7, 2020, 4:11:54 PM (5 years ago)
- Location:
- trunk/LMDZ.MARS
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/README
r2202 r2207 2807 2807 Add 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. 2808 2808 More details in simu_MCS_temp.def and in the preface of simu_MCS_temp.F90. 2809 2810 == 07/01/2020 == AD 2811 Correction 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.) 2813 Variables declaration changed in order to be compiled with ifort 2814 Manual User Update: Old stuff removed from part4: Running the model 2815 2816 -
trunk/LMDZ.MARS/util/localtime.F90
r2204 r2207 722 722 character (len=*), intent(in):: filename 723 723 ! filename(): the file's name 724 integer,intent(in) ::latlen,lonlen,altlen,ctllen 724 725 real, intent(in):: lat(latlen) 725 726 ! lat(): latitude … … 730 731 real, intent(in):: ctl(ctllen) 731 732 ! ctl(): controle 732 integer,intent(in) ::latlen,lonlen,altlen,ctllen733 733 integer, intent(out):: nout 734 734 ! nout: [netcdf] file ID
Note: See TracChangeset
for help on using the changeset viewer.