Changeset 399


Ignore:
Timestamp:
03/24/23 18:31:23 (14 months ago)
Author:
dumas
Message:

use only in subroutine initial

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/GRISLIv3/SOURCES/initial-0.3.f90

    r285 r399  
    2222subroutine initial 
    2323 
    24   use module3D_phy 
    25   use module_choix 
    26   use icetempmod 
    27   use diagno_mod  
    28   use resolmeca_SIA_L1 
    29   use flottab_mod 
    30   use sorties_ncdf_grisli 
    31   use util_recovery 
    32   use bilan_flux_mod 
     24  use module3D_phy, only:time,H,hmx,hmy,T,tpmp,bmelt,geoplace,icompteur,num_rep_42 
     25  use runparam, only: tbegin 
     26  use module_choix, only:input_topo,init_forclim,input_clim,init_ablation,init_tracer,& 
     27       input_rsl,init_eaubasale,init_bmelt,init_outshort,init_iso,init_deformation,initial_heino,& 
     28       init_furst_schoof,init_sliding,init_spinup,init_dragging,init_icethick,initial_matrice,& 
     29       init_calving 
     30  use icetempmod, only:init_icetemp 
     31  use diagno_mod, only:init_diagno 
     32  use resolmeca_SIA_L1, only:init_resol_meca 
     33  use flottab_mod, only: 
     34  use sorties_ncdf_grisli, only:sortie_ncdf_cat,init_out_ncdf 
     35  use util_recovery, only:init_recovery 
     36  use bilan_flux_mod, only:init_bilan_flux 
    3337 
    3438  !------------------------------------------------------------------------------------- 
    3539  ! nouvelles entrees modulaires  janvier 2006 
    36   call initial_phy()        ! La physique 
     40  call initial_phy          ! La physique 
    3741  call initial2             ! Initialisation des tableaux 
    3842  ! 
    39   call  input_topo()        ! La geographie 
     43  call  input_topo          ! La geographie 
    4044 
    4145  !------------------------------------------------------ 
    4246  ! initialisation du climat  (reference et forcage) 
    43 !cdc  call input_climat_ref()  ! Le climat de reference 
     47!cdc  call input_climat_ref    ! Le climat de reference 
    4448  call init_forclim        ! parametres du forcage 
    4549  call input_clim          ! lecture fichiers de forcage 
     
    8589 
    8690  if (geoplace(1:5).ne.'mism3') then 
    87      call init_icetemp(Num_rep_42)        ! initialise le calcul de temperature 
     91     call init_icetemp(num_rep_42)        ! initialise le calcul de temperature 
    8892     call thermal_prop_icetemp            ! appel aux proprietes thermiques 
    8993     call init_bmelt                      ! Appel aux tableaux d'initialisation des ice shelves 
     
    129133  call init_icethick   ! interverti avec init_dragging 
    130134 
    131 !  call init_dragging   ! initialisation du frottement 
    132  
    133135  call initial_matrice !   cette routine est dans le module eq_elliptique_mod 
    134136 
Note: See TracChangeset for help on using the changeset viewer.