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

Ignore:
Timestamp:
2018-08-02T15:25:27+02:00 (6 years ago)
Author:
clem
Message:

nesting tools are partly rewritten (mostly for create_coordinates and bathy) to get better functionality. Now you can use the nesting to either define an agrif zoom or a regional domain (for bdy purposes). Also, the nesting tools output a domain_cfg.nc that can be directly used in NEMO4 without the need of DOMAINcfg tool. The option of median average for bathymetry interpolation still does not work properly but it's not new

File:
1 edited

Legend:

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

    r6140 r10025  
    389389           WRITE(*,*) 'copy time_steps' 
    390390           CALL Read_Ncdf_var('time_steps',TRIM(restart_file),tabtemp1DInt)  
    391            CALL Write_Ncdf_var('time_steps',TRIM(timedimname),Child_file,tabtemp1DInt) 
     391           CALL Write_Ncdf_var('time_steps',TRIM(timedimname),Child_file,tabtemp1DInt,'integer') 
    392392           CALL Copy_Ncdf_att('time_steps',TRIM(restart_file),Child_file)  
    393393           DEALLOCATE(tabtemp1DInt) 
Note: See TracChangeset for help on using the changeset viewer.