Changeset 1318 for trunk/LMDZ.GENERIC


Ignore:
Timestamp:
Jul 29, 2014, 2:39:56 PM (10 years ago)
Author:
aslmd
Message:

LMDZ.GENERIC. Two fixes for 1D version. First a conflict between comvert.h and planete_mod.F for ap bp preff (this one should be given a closer look, this redundancy is weird). Secondly output frequency was hardcoded to 1 (instead of ecritphy) in r1216.

Location:
trunk/LMDZ.GENERIC/libf/phystd
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.GENERIC/libf/phystd/rcm1d.F

    r1308 r1318  
    1616      use comgeomphy, only: initcomgeomphy
    1717      use slab_ice_h, only: noceanmx
    18       use planete_mod
     18      use planete_mod, only: apoastr,periastr,year_day,peri_day,
     19     &         obliquit,nres,z0,lmixmin,emin_turb,coefvis,coefir,
     20     &         timeperi,e_elips,p_elips
    1921
    2022      implicit none
  • trunk/LMDZ.GENERIC/libf/phystd/writediagfi.F

    r1315 r1318  
    236236
    237237      if (ngrid.eq.1) then
    238         ! in testphys1d, for the 1d version of the GCM, iphysiq and irythme
    239         ! are undefined; so set them to 1
     238        ! in testphys1d, for the 1d version of the GCM, iphysiq
     239        ! should be most likely 1 (because no dyn!)
    240240        iphysiq=1
    241         irythme=1
    242241        ! NB:
    243242      endif
Note: See TracChangeset for help on using the changeset viewer.