Changeset 3814 for dynamico_lmdz/aquaplanet/LMDZ5/libf/phylmd/phyetat0.F90
- Timestamp:
- Apr 15, 2015, 6:49:07 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
dynamico_lmdz/aquaplanet/LMDZ5/libf/phylmd/phyetat0.F90
r3809 r3814 21 21 zstd, zthe, zval, ale_bl, ale_bl_trig, alp_bl 22 22 USE iostart, ONLY : close_startphy, get_field, get_var, open_startphy 23 USE infotrac , only: nbtr, type_trac, tname, niadv23 USE infotrac_phy, only: nbtr, type_trac, tname, niadv 24 24 USE traclmdz_mod, ONLY : traclmdz_from_restart 25 25 USE carbon_cycle_mod, ONLY : carbon_cycle_tr, carbon_cycle_cpl, co2_send 26 26 USE indice_sol_mod, only: nbsrf, is_ter, epsfra, is_lic, is_oce, is_sic 27 27 USE ocean_slab_mod, ONLY: tslab, seaice, tice, ocean_slab_init 28 USE temps_phy_mod 28 29 29 30 IMPLICIT none … … 36 37 include "dimsoil.h" 37 38 include "clesphys.h" 38 include "temps.h"39 39 include "thermcell.h" 40 40 include "compbl.h" … … 211 211 IF (nsrf.GT.99) THEN 212 212 PRINT*, "Trop de sous-mailles" 213 call abort_ gcm("phyetat0", "", 1)213 call abort_physic("phyetat0", "", 1) 214 214 ENDIF 215 215 WRITE(str2, '(i2.2)') nsrf … … 248 248 IF (isw.GT.99 .AND. nsrf.GT.99) THEN 249 249 PRINT*, "Trop de bandes SW ou sous-mailles" 250 call abort_ gcm("phyetat0", "", 1)250 call abort_physic("phyetat0", "", 1) 251 251 ENDIF 252 252 WRITE(str7, '(i2.2, "srf", i2.2)') isw, nsrf … … 278 278 IF (isoil.GT.99 .AND. nsrf.GT.99) THEN 279 279 PRINT*, "Trop de couches ou sous-mailles" 280 call abort_ gcm("phyetat0", "", 1)280 call abort_physic("phyetat0", "", 1) 281 281 ENDIF 282 282 WRITE(str7, '(i2.2, "srf", i2.2)') isoil, nsrf … … 303 303 IF (nsrf.GT.99) THEN 304 304 PRINT*, "Trop de sous-mailles" 305 call abort_ gcm("phyetat0", "", 1)305 call abort_physic("phyetat0", "", 1) 306 306 ENDIF 307 307 WRITE(str2, '(i2.2)') nsrf … … 358 358 IF (nsrf.GT.99) THEN 359 359 PRINT*, "Trop de sous-mailles" 360 call abort_ gcm("phyetat0", "", 1)360 call abort_physic("phyetat0", "", 1) 361 361 ENDIF 362 362 WRITE(str2, '(i2.2)') nsrf … … 396 396 IF (nsrf.GT.99) THEN 397 397 PRINT*, "Trop de sous-mailles" 398 call abort_ gcm("phyetat0", "", 1)398 call abort_physic("phyetat0", "", 1) 399 399 ENDIF 400 400 WRITE(str2, '(i2.2)') nsrf … … 533 533 IF (nsrf.GT.99) THEN 534 534 PRINT*, "Trop de sous-mailles" 535 call abort_ gcm("phyetat0", "", 1)535 call abort_physic("phyetat0", "", 1) 536 536 ENDIF 537 537 WRITE(str2, '(i2.2)') nsrf … … 570 570 IF (nsrf.GT.99) THEN 571 571 PRINT*, "Trop de sous-mailles" 572 call abort_ gcm("phyetat0", "", 1)572 call abort_physic("phyetat0", "", 1) 573 573 ENDIF 574 574 WRITE(str2, '(i2.2)') nsrf … … 695 695 IF (nsrf.GT.99) THEN 696 696 PRINT*, "Trop de sous-mailles" 697 call abort_ gcm("phyetat0", "", 1)697 call abort_physic("phyetat0", "", 1) 698 698 ENDIF 699 699 WRITE(str2, '(i2.2)') nsrf … … 715 715 IF (nsrf.GT.99) THEN 716 716 PRINT*, "Trop de sous-mailles" 717 call abort_ gcm("phyetat0", "", 1)717 call abort_physic("phyetat0", "", 1) 718 718 ENDIF 719 719 WRITE(str2,'(i2.2)') nsrf … … 734 734 IF (nsrf.GT.99) THEN 735 735 PRINT*, "Trop de sous-mailles" 736 call abort_ gcm("phyetat0", "", 1)736 call abort_physic("phyetat0", "", 1) 737 737 ENDIF 738 738 WRITE(str2,'(i2.2)') nsrf … … 923 923 IF (nbsrf.GT.99) THEN 924 924 WRITE(lunout,*) "Trop de sous-mailles" 925 call abort_ gcm("phyetat0", "", 1)925 call abort_physic("phyetat0", "", 1) 926 926 ENDIF 927 927
Note: See TracChangeset
for help on using the changeset viewer.