Changeset 2317


Ignore:
Timestamp:
Jun 26, 2015, 9:33:22 AM (9 years ago)
Author:
jyg
Message:

Bug fixing after physics/dynamic separation
enforcing in svn 2311 (corrections in
readaerosol.F90 and in dyn1d/lmdz1d.F90).

Location:
LMDZ5/trunk/libf/phylmd
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/phylmd/dyn1d/lmdz1d.F90

    r2315 r2317  
    2323      USE mod_1D_amma_read
    2424      USE print_control_mod, ONLY: prt_level
    25       USE vertical_layers_mod, ONLY: init_vertical_layers
    2625
    2726      implicit none
     
    542541      ENDIF
    543542      ! initialize ap,bp, etc. in vertical_layers_mod
    544       call init_vertical_layers(llm,preff,scaleheight, &
    545                             ap,bp,presnivs,pseudoalt)
    546 
    547543      sig_s=presnivs/preff
    548544      plev =ap+bp*psurf
  • LMDZ5/trunk/libf/phylmd/readaerosol.F90

    r2311 r2317  
    332332!       IF (nbr_tsteps /= 12 .AND. nbr_tsteps /= 14) THEN
    333333       IF (nbr_tsteps /= 12 ) THEN
    334          CALL abort_physic('get_aero_fromfile', 'not the right number of months in aerosol file read (should be 12 for the moment)',1)
     334    CALL abort_physic('get_aero_fromfile', 'not the right number of months in aerosol file read (should be 12 for the moment)' &
     335                     ,1)
    335336       ENDIF
    336337
Note: See TracChangeset for help on using the changeset viewer.