Changeset 5217 for LMDZ6/trunk/libf/phylmd
- Timestamp:
- Sep 23, 2024, 2:14:55 PM (9 months ago)
- Location:
- LMDZ6/trunk/libf/phylmd
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmd/calltherm.F90
r4843 r5217 234 234 #ifdef ISO 235 235 if (.not.new_thermcell) then 236 CALL abort_ gcm('calltherm 234','isos pas prevus ici',1)236 CALL abort_physic('calltherm 234','isos pas prevus ici',1) 237 237 endif 238 238 #ifdef ISOVERIF -
LMDZ6/trunk/libf/phylmd/fonte_neige_mod.F90
r5022 r5217 170 170 IF (error /= 0) THEN 171 171 abort_message='Pb allocation run_off_lic' 172 CALL abort_ gcm(modname,abort_message,1)172 CALL abort_physic(modname,abort_message,1) 173 173 ENDIF 174 174 … … 191 191 IF (error /= 0) THEN 192 192 abort_message='Pb allocation xtrun_off_ter' 193 CALL abort_ gcm(modname,abort_message,1)193 CALL abort_physic(modname,abort_message,1) 194 194 ENDIF 195 195 xtrun_off_ter(:,:) = 0. … … 198 198 IF (error /= 0) THEN 199 199 abort_message='Pb allocation xtrun_off_lic' 200 CALL abort_ gcm(modname,abort_message,1)200 CALL abort_physic(modname,abort_message,1) 201 201 ENDIF 202 202 xtrun_off_lic(:,:) = 0. … … 205 205 IF (error /= 0) THEN 206 206 abort_message='Pb allocation fxtfonte_global' 207 CALL abort_ gcm(modname,abort_message,1)207 CALL abort_physic(modname,abort_message,1) 208 208 ENDIF 209 209 fxtfonte_global(:,:,:) = 0.0 … … 212 212 IF (error /= 0) THEN 213 213 abort_message='Pb allocation fxtcalving_global' 214 CALL abort_ gcm(modname,abort_message,1)214 CALL abort_physic(modname,abort_message,1) 215 215 ENDIF 216 216 fxtcalving_global(:,:,:) = 0.0 … … 219 219 IF (error /= 0) THEN 220 220 abort_message='Pb allocation xtrunofflic_global' 221 CALL abort_ gcm(modname,abort_message,1)221 CALL abort_physic(modname,abort_message,1) 222 222 ENDIF 223 223 xtrunofflic_global(:,:) = 0.0 -
LMDZ6/trunk/libf/phylmd/pbl_surface_mod.F90
r5171 r5217 226 226 227 227 ALLOCATE(xtsnow(niso,klon,nbsrf), stat=ierr) 228 IF (ierr /= 0) CALL abort_ gcm('pbl_surface_init', 'pb in allocation',1)228 IF (ierr /= 0) CALL abort_physic('pbl_surface_init', 'pb in allocation',1) 229 229 230 230 ALLOCATE(Rland_ice(niso,klon), stat=ierr) 231 IF (ierr /= 0) CALL abort_ gcm('pbl_surface_init', 'pb in allocation',1)231 IF (ierr /= 0) CALL abort_physic('pbl_surface_init', 'pb in allocation',1) 232 232 233 233 ALLOCATE(Roce(niso,klon), stat=ierr) 234 IF (ierr /= 0) CALL abort_ gcm('pbl_surface_init', 'pb in allocation',1)234 IF (ierr /= 0) CALL abort_physic('pbl_surface_init', 'pb in allocation',1) 235 235 236 236 xtsnow(:,:,:) = xtsnow_rst(:,:,:) … … 2265 2265 ELSE IF (iflag_split .ge. 1) THEN 2266 2266 #ifdef ISO 2267 call abort_ gcm('pbl_surface_mod 2149','isos pas encore dans iflag_split=1',1)2267 call abort_physic('pbl_surface_mod 2149','isos pas encore dans iflag_split=1',1) 2268 2268 #endif 2269 2269 … … 2749 2749 IF (iflag_split .GE. 1) THEN 2750 2750 #ifdef ISO 2751 call abort_ gcm('pbl_surface_mod 2607','isos pas encore dans iflag_split=1',1)2751 call abort_physic('pbl_surface_mod 2607','isos pas encore dans iflag_split=1',1) 2752 2752 #endif 2753 2753 ! -
LMDZ6/trunk/libf/phylmd/surf_land_mod.F90
r5022 r5217 229 229 230 230 #ifdef ISO 231 CALL abort_ gcm('surf_land_mod 220','isos pas prevus dans orchidee',1)231 CALL abort_physic('surf_land_mod 220','isos pas prevus dans orchidee',1) 232 232 #endif 233 233 ! temporary for keeping same results using lwdown_m instead of lwdown -
LMDZ6/trunk/libf/phylmd/surf_landice_mod.F90
r5196 r5217 268 268 269 269 #ifdef ISO 270 CALL abort_ gcm('surf_landice 235','isotopes pas dans INLANDSIS',1)270 CALL abort_physic('surf_landice 235','isotopes pas dans INLANDSIS',1) 271 271 #endif 272 272
Note: See TracChangeset
for help on using the changeset viewer.