Ignore:
Timestamp:
Apr 15, 2015, 6:49:07 PM (10 years ago)
Author:
ymipsl
Message:

remove all dynamic dependency in LMDZ physics except for the include "dimensions.h"

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • dynamico_lmdz/aquaplanet/LMDZ5/libf/phylmd/phyredem.F90

    r3809 r3814  
    1111  USE iostart
    1212  USE traclmdz_mod, ONLY : traclmdz_to_restart
    13   USE infotrac
    14   USE control_mod
     13  USE infotrac_phy
     14  USE control_phy_mod
    1515  USE carbon_cycle_mod, ONLY : carbon_cycle_cpl, co2_send
    1616  USE indice_sol_mod
    1717  USE surface_data
    1818  USE ocean_slab_mod, ONLY : tslab, seaice, tice, fsic
     19  USE temps_phy_mod
    1920
    2021  IMPLICIT none
     
    2627  include "dimsoil.h"
    2728  include "clesphys.h"
    28   include "temps.h"
    2929  include "thermcell.h"
    3030  include "compbl.h"
     
    133133     ELSE
    134134        PRINT*, "Trop de sous-mailles"
    135         call abort_gcm("phyredem", "", 1)
     135        call abort_physic("phyredem", "", 1)
    136136     ENDIF
    137137  ENDDO
     
    150150        ELSE
    151151           PRINT*, "Trop de couches"
    152            call abort_gcm("phyredem", "", 1)
     152           call abort_physic("phyredem", "", 1)
    153153        ENDIF
    154154     ENDDO
     
    164164        ELSE
    165165           PRINT*, "Trop de couches"
    166            call abort_gcm("phyredem", "", 1)
     166           call abort_physic("phyredem", "", 1)
    167167        ENDIF
    168168     ENDDO
     
    176176     ELSE
    177177        PRINT*, "Trop de sous-mailles"
    178         call abort_gcm("phyredem", "", 1)
     178        call abort_physic("phyredem", "", 1)
    179179     ENDIF
    180180  END DO
     
    189189     ELSE
    190190        PRINT*, "Trop de sous-mailles"
    191         call abort_gcm("phyredem", "", 1)
     191        call abort_physic("phyredem", "", 1)
    192192     ENDIF
    193193  ENDDO
     
    200200     ELSE
    201201        PRINT*, "Trop de sous-mailles"
    202         call abort_gcm("phyredem", "", 1)
     202        call abort_physic("phyredem", "", 1)
    203203     ENDIF
    204204  ENDDO
     
    227227     ELSE
    228228        PRINT*, "Trop de sous-mailles"
    229         call abort_gcm("phyredem", "", 1)
     229        call abort_physic("phyredem", "", 1)
    230230     ENDIF
    231231  ENDDO
     
    239239     ELSE
    240240        PRINT*, "Trop de sous-mailles"
    241         call abort_gcm("phyredem", "", 1)
     241        call abort_physic("phyredem", "", 1)
    242242     ENDIF
    243243  ENDDO
     
    287287        ELSE
    288288           PRINT*, "Trop de sous-mailles"
    289            call abort_gcm("phyredem", "", 1)
     289           call abort_physic("phyredem", "", 1)
    290290        ENDIF
    291291     ENDDO
Note: See TracChangeset for help on using the changeset viewer.