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 10725 for vendors/AGRIF/CMEMS_2020/AGRIF_FILES/modgrids.F90 – NEMO

Ignore:
Timestamp:
2019-02-27T14:55:54+01:00 (5 years ago)
Author:
rblod
Message:

Update agrif library and conv see ticket #2129

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendors/AGRIF/CMEMS_2020/AGRIF_FILES/modgrids.F90

    r10087 r10725  
    4444    type(Agrif_Variable_i), dimension(:), allocatable :: tabvars_i  !< List of integer   grid variables 
    4545! 
    46     real(kind=8), dimension(3)         :: Agrif_x   !< global x, y and z position 
    47     real(kind=8)   , dimension(3)      :: Agrif_dx  !< global space step in the x, y and z direction 
    48     real, dimension(3)                 :: Agrif_dt  !< global time  step in the x, y and z direction 
     46    real   , dimension(3)              :: Agrif_x   !< global x, y and z position 
     47    real   , dimension(3)              :: Agrif_dx  !< global space step in the x, y and z direction 
     48    real   , dimension(3)              :: Agrif_dt  !< global time  step in the x, y and z direction 
    4949    integer, dimension(3)              :: nb        !< number of cells in the x, y and z direction 
    5050    integer, dimension(3)              :: ix        !< minimal position in the x, y and z direction 
Note: See TracChangeset for help on using the changeset viewer.