Ignore:
Timestamp:
03/28/23 16:41:03 (14 months ago)
Author:
dumas
Message:

use only in subroutine initial_phy and deletion of the unused variable D00

File:
1 edited

Legend:

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

    r260 r400  
    1818  !     ************************************************** 
    1919 
    20   use module3D_phy 
    21   use param_phy_mod 
     20  use module3D_phy, only:icompteur,iout,reprcptr,igrdline,schoof,ibmelt_inv,dtmin,dtmax,& 
     21       dtt,testdiag,geoplace,num_param,num_rep_42,num_ritz,dt,ntmax,time,tafor,sealevel,& 
     22       sealevel_2d,secyear,nzz,nz,nzm,cl,da,nice,isynchro 
     23  use runparam, only :runname,itracebug,num_tracebug,tbegin,tend,dirsource,dirnameout,dttest,& 
     24       nt 
     25  use param_phy_mod, only:rog,g,ro,row,rowg,rom,romg,rofresh,rofreshg,dice,coef_Sflot,& 
     26       coef_Bflot 
    2227 
    2328  implicit none 
     
    183188  !     temperature forcing : annual, july.  
    184189  TAFOR=0. 
    185   TJFOR=0.0 
    186190  SEALEVEL=0.0 
    187191  sealevel_2d(:,:)=0. 
     
    213217romg     = rom*g               !<  rom*g  (asthenosphere) 
    214218rofreshg = rofresh*g           !<  rofresh*g  
    215 d00      = ro**3*g**3          !<  ro**3*g**3 
    216219dice     = ro/row              !<  ro/row 
    217220 
Note: See TracChangeset for help on using the changeset viewer.