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 9190 for branches/2017/dev_merge_2017/NEMOGCM/NEMO/OPA_SRC/LBC/mppini.F90 – NEMO

Ignore:
Timestamp:
2018-01-06T15:18:23+01:00 (6 years ago)
Author:
gm
Message:

dev_merge_2017: OPA_SRC: style only, results unchanged

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_merge_2017/NEMOGCM/NEMO/OPA_SRC/LBC/mppini.F90

    r9169 r9190  
    128128      INTEGER ::   iiea, ijea, iiwe, ijwe     !   -       - 
    129129      INTEGER ::   iresti, irestj, iproc      !   -       - 
    130       INTEGER, DIMENSION(jpnij) ::   iin, ii_nono, ii_noea   ! 1D workspace 
    131       INTEGER, DIMENSION(jpnij) ::   ijn, ii_noso, ii_nowe   !  -     - 
     130      REAL(wp)::   zidom, zjdom               ! local scalars 
     131      INTEGER, DIMENSION(jpnij)     ::   iin, ii_nono, ii_noea   ! 1D workspace 
     132      INTEGER, DIMENSION(jpnij)     ::   ijn, ii_noso, ii_nowe   !  -     - 
    132133      INTEGER, DIMENSION(jpni,jpnj) ::   iimppt, ilci, ibondi, ipproc   ! 2D workspace 
    133134      INTEGER, DIMENSION(jpni,jpnj) ::   ijmppt, ilcj, ibondj, ipolj    !  -     - 
     
    135136      INTEGER, DIMENSION(jpni,jpnj) ::   ilej, ildj, ioso, iowe         !  -     - 
    136137      INTEGER, DIMENSION(jpiglo,jpjglo) ::   imask   ! 2D golbal domain workspace 
    137       REAL(wp) ::   zidom, zjdom   ! local scalars 
    138138      !!---------------------------------------------------------------------- 
    139139      ! 
     
    532532      REAL(wp), DIMENSION(jpiglo,jpjglo) ::   zbot, zbdy          ! global workspace 
    533533      REAL(wp) ::   zidom , zjdom          ! local scalars 
    534       NAMELIST/nambdy/ ln_bdy, nb_bdy, ln_coords_file, cn_coords_file,         & 
     534      NAMELIST/nambdy/ ln_bdy, nb_bdy, ln_coords_file, cn_coords_file,           & 
    535535           &             ln_mask_file, cn_mask_file, cn_dyn2d, nn_dyn2d_dta,     & 
    536536           &             cn_dyn3d, nn_dyn3d_dta, cn_tra, nn_tra_dta,             &   
    537537           &             ln_tra_dmp, ln_dyn3d_dmp, rn_time_dmp, rn_time_dmp_out, & 
    538            &             cn_ice_lim, nn_ice_lim_dta,                           & 
    539            &             rn_ice_tem, rn_ice_sal, rn_ice_age,                 & 
     538           &             cn_ice_lim, nn_ice_lim_dta,                             & 
     539           &             rn_ice_tem, rn_ice_sal, rn_ice_age,                     & 
    540540           &             ln_vol, nn_volctl, nn_rimwidth, nb_jpk_bdy 
    541541      !!---------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.