Changeset 400 for branches/GRISLIv3


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

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

Location:
branches/GRISLIv3/SOURCES
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • branches/GRISLIv3/SOURCES/3D-physique-gen_mod.f90

    r388 r400  
    9696  !real ::  DTP                          !< integrating step for positive degree days (degrees) 
    9797  !! Ne sert plus a rien avec param_phy_mod real ::  DICE                         !< = RO/ROW 
    98   real ::  DA                           !<  
     98  real ::  DA                           !< mantle diffusion 
    9999  real ::  DX1                          !< 1/dx 
    100100  real ::  DTDX                         !< dt/dx 
     
    135135  real (kind=kind(0.d0)) ::  TIME       !< temps : en double precision 
    136136  real ::  TAFOR                        !< temperature forcing : annual 
    137   real ::  TJFOR                        !< temperature forcing : july 
    138 !  real ::  TEMP                         !<  
    139137  real ::  TESTDIAG                     !< for time step calculation (icethick) 
    140138  real ::  V_limit                      !< vitesse maxi (limitateur de flux pour conserv masse) 
  • branches/GRISLIv3/SOURCES/initial-0.3.f90

    r399 r400  
    3131  use diagno_mod, only:init_diagno 
    3232  use resolmeca_SIA_L1, only:init_resol_meca 
    33   use flottab_mod, only: 
    3433  use sorties_ncdf_grisli, only:sortie_ncdf_cat,init_out_ncdf 
    3534  use util_recovery, only:init_recovery 
  • 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 
  • branches/GRISLIv3/SOURCES/param_phy_mod.f90

    r4 r400  
    3131real ::  ROMG                 != ROM*G            !<  ROM*G  (asthenosphere) 
    3232 
    33 real ::  D00                  != RO**3*G**3       !<  RO**3*G**3 
    3433real ::  DICE                 != RO/ROW           !<  RO/ROW 
    3534 
Note: See TracChangeset for help on using the changeset viewer.