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

Ignore:
Timestamp:
2021-03-21T19:36:08+01:00 (3 years ago)
Author:
ldebreu
Message:

AGFdomcfg: 1) define some AGRIF variables in real8 2) remove the wrong indices translation in modarrays #2638

File:
1 edited

Legend:

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

    r14107 r14622  
    4444    type(Agrif_Variable_i), dimension(:), allocatable :: tabvars_i  !< List of integer   grid variables 
    4545! 
    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 
     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 
    4848    real   , dimension(3)              :: Agrif_dt  !< global time  step in the x, y and z direction 
    4949    integer, dimension(3)              :: nb = 1    !< number of cells in the x, y and z direction 
Note: See TracChangeset for help on using the changeset viewer.