Ignore:
Timestamp:
06/10/22 17:11:04 (2 years ago)
Author:
aquiquet
Message:

Trunk merged to branch at revision 357

Location:
branches/iLoveclim
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/iLoveclim

  • branches/iLoveclim/SOURCES/3D-physique-gen_mod.f90

    r287 r359  
    6565  integer ::  ITEMP                     !<  
    6666  integer ::  ITBOOST                   !<  
     67  integer ::  niter_nolin               !< number of velocity iterations for non-linear dragging laws 
    6768  ! integer ::  NBLIG                   ! ?????????????????????????????? 
    6869  integer ::  ndebug                    !< pour faire des sorties de debug a plusieurs pas de temps 
     
    8889  real :: coefbmshelf                   !< coef permettant de faire varier la fusion basale : 
    8990  !< 3 dimensions pour les 3 bassins oceaniques de Climber??? 
    90  
    91   real ::  cf                           !< coefficient loi frottement 
    92   ! real ::  CSI                          ! proportion of melted water that can refreeze *) 
    93   ! real ::  Cice                         ! melting factors for ice  
    94   ! real ::  Csnow                        ! melting factors for snow  
    9591 
    9692  real ::  CL                           !< specific latent heat of fusion of ice J/Kg   
     
    124120  real ::  ff                           !< coefficient de la loi de frottement solide 
    125121  real ::  ff_stream                    !< coefficient de la loi de frottement solide pour les ice-streams 
    126   ! real ::  PY                           ! ct for PDD calculation 
    127   real ::  PYY                          !<  
    128 !  real ::  PSOLID                       !< temp limit between liquid and solid precip 
    129   ! real ::  PDDCT                        ! ct for PDD calculation      
    130   real ::  PDSI                         !<  
    131   real ::  PDS                          !<  
    132122  real ::  RGAS                         !< gas constant (J/mol/K) 
    133123  !! Ne sert plus a rien avec param_phy_mod real ::  ROM                          !< density of mantle 
     
    140130  !! Ne sert plus a rien avec param_phy_mod real ::  ROMG                         !< = ROM*G  (asthenosphere) 
    141131  real ::  SECYEAR                      !< for relation an/seconds 
    142   !real ::  S22                          ! ct for PDD calculation 
    143132  real,target ::  sealevel                     !< niveau des mers, afq: now used as eustatic sea level 
    144   ! real ::  SIGMA                        ! variabilite Tday 
    145133  real ::  SURF                         !<  
    146134  real ::  STEP                         !<  
    147 !  real ::  SIF                          !<  
    148 !  real ::  SUMM                         !<  
    149   real ::  SIMAX                        !<  
    150   real ::  SPHI                         !<  
    151 !  real ::  TEMPGRAD                     !< atmospheric temperature gradient (annual) 
    152 !  real ::  TEMPGRJUL                    !< atmospheric temperature gradient (july) 
    153135  real (kind=kind(0.d0)) ::  TIME       !< temps : en double precision 
    154136  real ::  TAFOR                        !< temperature forcing : annual 
Note: See TracChangeset for help on using the changeset viewer.