Changeset 409 for branches/GRISLIv3


Ignore:
Timestamp:
04/07/23 12:16:00 (15 months ago)
Author:
dumas
Message:

use only in subroutine interpolate

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/GRISLIv3/SOURCES/interpolate_tracer.f90

    r11 r409  
    11subroutine interpolate(ic, jc, kc, im, jm, km, fx,fy,fz, E_k,nft) 
    2    
    3   use module3d_phy 
    4   use tracer_vars 
     2 
     3  use geography, only:nz 
     4  use module3d_phy, only:e,H 
     5  use tracer_vars, only:tdepk,tdep,time_max_accu,accucumul,xdepk,ydepk,xdep,ydep 
    56!cdc  use climat_perturb_mois_mod ! on en a besoin, notamment pour NFT 
    67 
Note: See TracChangeset for help on using the changeset viewer.