New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 2455 for branches/nemo_v3_3_beta/NEMOGCM/TOOLS/NESTING/src/agrif_types.f90 – NEMO

Ignore:
Timestamp:
2010-12-06T12:55:53+01:00 (13 years ago)
Author:
smasson
Message:

v3_3_bet: bugfix in nesting tools, see #773

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/nemo_v3_3_beta/NEMOGCM/TOOLS/NESTING/src/agrif_types.f90

    r2143 r2455  
    5757  LOGICAL new_topo,removeclosedseas,dimg,iom_activated 
    5858  !        
    59   CHARACTER*100 parent_bathy_level,elevation_database,parent_bathy_meter 
     59  CHARACTER*100 parent_meshmask_file,elevation_database,parent_bathy_meter 
     60  CHARACTER*100 elevation_name,parent_batmet_name 
    6061  CHARACTER*100 parent_coordinate_file,restart_file,updated_parent_file,restart_trc_file 
    6162  CHARACTER*100 dimg_output_file,interp_type 
     
    6667  NAMELIST /input_output/iom_activated 
    6768  ! 
    68   NAMELIST /coarse_grid_files/parent_coordinate_file,parent_bathy_level 
    69   !       
    70   NAMELIST /bathymetry/new_topo,elevation_database,smoothing,smoothing_factor, & 
     69  NAMELIST /coarse_grid_files/parent_coordinate_file,parent_meshmask_file 
     70  !       
     71  NAMELIST /bathymetry/new_topo,elevation_database,elevation_name,smoothing,smoothing_factor, & 
    7172       nb_connection_pts,removeclosedseas,type_bathy_interp       
    7273  !       
     
    7576  NAMELIST /vertical_grid/ppkth,ppacr,ppdzmin,pphmax,psur,pa0,pa1,N 
    7677  !  
    77   NAMELIST /partial_cells/partial_steps,parent_bathy_meter,e3zps_min,e3zps_rat       
     78  NAMELIST /partial_cells/partial_steps,parent_bathy_meter,parent_batmet_name,e3zps_min,e3zps_rat       
    7879  ! 
    7980  NAMELIST /nemo_coarse_grid/ jpizoom,jpjzoom  
Note: See TracChangeset for help on using the changeset viewer.