Changeset 398 for branches/GRISLIv3


Ignore:
Timestamp:
03/24/23 17:48:34 (16 months ago)
Author:
dumas
Message:

use only in module imposed_regions_rsl

File:
1 edited

Legend:

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

    r249 r398  
    1717!  ii- un fichier netcdf qui contient les regions, numerotees en partant de 0. La region 0 n'est pas touchee, niveau eustatique 
    1818 
    19   use module3D_phy,only: nx,ny,time,num_param,num_forc,num_rep_42,dirforcage,dirnameinp,sealevel,sealevel_2d 
     19  use module3D_phy, only:nx,ny 
    2020  use netcdf 
    21   use io_netcdf_grisli 
     21  use io_netcdf_grisli, only:read_ncdf_var 
    2222 
    2323  implicit none 
     
    3939  subroutine input_rsl 
    4040 
     41    use module3D_phy, only:num_param,num_forc,num_rep_42,dirforcage,dirnameinp 
    4142    implicit none 
    4243 
     
    121122!> 
    122123  subroutine rsl 
     124     
     125    use module3D_phy, only:sealevel,sealevel_2d,time 
    123126 
     127    implicit none 
     128     
    124129    integer i,j 
    125130 
Note: See TracChangeset for help on using the changeset viewer.