Changeset 1064
- Timestamp:
- Dec 17, 2008, 1:27:20 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ4/trunk/libf/phylmd/pbl_surface_mod.F90
r1009 r1064 1 !2 ! $Header$3 1 ! 4 2 MODULE pbl_surface_mod … … 152 150 153 151 IF (type_ocean /= 'slab ' .AND. type_ocean /= 'force ' .AND. type_ocean /= 'couple') THEN 154 WRITE(lunout,*)' *** Warning ***'155 WRITE(lunout,*)'Option couplage pour l''ocean = ', type_ocean156 abort_message='option pour l''ocean non valable'157 CALL abort_gcm(modname,abort_message,1)152 WRITE(lunout,*)' *** Warning ***' 153 WRITE(lunout,*)'Option couplage pour l''ocean = ', type_ocean 154 abort_message='option pour l''ocean non valable' 155 CALL abort_gcm(modname,abort_message,1) 158 156 ENDIF 159 157 … … 255 253 INCLUDE "temps.h" 256 254 INCLUDE "control.h" 257 258 255 ! Input variables 259 256 !**************************************************************************************** … … 545 542 ytsoil = 999999. 546 543 544 rh2m(:) = 0. 545 qsat2m(:) = 0. 547 546 !**************************************************************************************** 548 547 ! 3) - Calculate pressure thickness of each layer … … 642 641 ! 643 642 !**************************************************************************************** 644 643 645 644 loop_nbsrf: DO nsrf = 1, nbsrf 646 645 … … 988 987 trmb2(:,nsrf) = 0. ! inhibition 989 988 trmb3(:,nsrf) = 0. ! Point Omega 990 rh2m(:) = 0.991 qsat2m(:) = 0.992 989 993 990 #undef T2m
Note: See TracChangeset
for help on using the changeset viewer.