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 10383 for utils/tools/NESTING/src/agrif_types.f90 – NEMO

Ignore:
Timestamp:
2018-12-12T19:52:17+01:00 (5 years ago)
Author:
clem
Message:

ice restart should work in the nesting tools now. However ocean restart has been broken for some time

File:
1 edited

Legend:

Unmodified
Added
Removed
  • utils/tools/NESTING/src/agrif_types.f90

    r10381 r10383  
    6161  CHARACTER*100 ::   parent_bathy_level, parent_level_name, parent_bathy_meter, parent_meter_name, parent_domcfg_out 
    6262  CHARACTER*100 ::   elevation_name, elevation_database 
    63   CHARACTER*100 ::   parent_coordinate_file, restart_file, parent_bathy_meter_updated, parent_domcfg_updated, restart_trc_file 
     63  CHARACTER*100 ::   parent_coordinate_file, parent_bathy_meter_updated, parent_domcfg_updated, & 
     64     &               restart_file, restart_trc_file, restart_ice_file 
    6465  CHARACTER*100 ::   dimg_output_file, interp_type 
    6566  !       
     
    8990  !       
    9091  NAMELIST /restart/ restart_file, shlat, dimg, dimg_output_file, adatrj, interp_type  
    91  
     92  ! 
    9293  NAMELIST /restart_trc/ restart_trc_file, interp_type  
     94  ! 
     95  NAMELIST /restart_ice/ restart_ice_file, interp_type  
    9396  ! 
    9497CONTAINS 
     
    167170       READ (unit_nml , NML = restart ) 
    168171       READ (unit_nml , NML = restart_trc ) 
     172       READ (unit_nml , NML = restart_ice ) 
    169173       CLOSE(unit_nml) 
    170174       !  
Note: See TracChangeset for help on using the changeset viewer.