Changeset 2317 for LMDZ5/trunk
- Timestamp:
- Jun 26, 2015, 9:33:22 AM (9 years ago)
- Location:
- LMDZ5/trunk/libf/phylmd
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/phylmd/dyn1d/lmdz1d.F90
r2315 r2317 23 23 USE mod_1D_amma_read 24 24 USE print_control_mod, ONLY: prt_level 25 USE vertical_layers_mod, ONLY: init_vertical_layers26 25 27 26 implicit none … … 542 541 ENDIF 543 542 ! initialize ap,bp, etc. in vertical_layers_mod 544 call init_vertical_layers(llm,preff,scaleheight, &545 ap,bp,presnivs,pseudoalt)546 547 543 sig_s=presnivs/preff 548 544 plev =ap+bp*psurf -
LMDZ5/trunk/libf/phylmd/readaerosol.F90
r2311 r2317 332 332 ! IF (nbr_tsteps /= 12 .AND. nbr_tsteps /= 14) THEN 333 333 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) 335 336 ENDIF 336 337
Note: See TracChangeset
for help on using the changeset viewer.