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 7510 for branches/2016/dev_v3_6_STABLE_r6506_AGRIF_LIM3/NEMOGCM/NEMO/NST_SRC – NEMO

Ignore:
Timestamp:
2016-12-19T16:20:16+01:00 (7 years ago)
Author:
clem
Message:

update version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2016/dev_v3_6_STABLE_r6506_AGRIF_LIM3/NEMOGCM/NEMO/NST_SRC/agrif_user.F90

    r7379 r7510  
    1818   USE dom_oce 
    1919   USE nemogcm 
    20    ! 
     20   !! 
    2121   IMPLICIT NONE 
    2222   !!---------------------------------------------------------------------- 
     
    9090# if defined key_top 
    9191   CALL Agrif_InitValues_cont_top 
    92 # endif       
     92# endif 
     93   ! 
    9394END SUBROUTINE Agrif_initvalues 
    9495 
     
    109110   USE agrif_opa_interp 
    110111   USE agrif_opa_sponge 
    111    ! 
    112    IMPLICIT NONE 
    113    ! 
    114    !!---------------------------------------------------------------------- 
    115  
     112   !! 
     113   IMPLICIT NONE 
     114   !!---------------------------------------------------------------------- 
     115   ! 
    116116   ! Declaration of the type of variable which have to be interpolated 
    117    !--------------------------------------------------------------------- 
     117   ! 
    118118   CALL agrif_declare_var_dom 
    119119   ! 
     
    130130   USE par_oce        
    131131   USE oce 
     132   !! 
    132133   IMPLICIT NONE 
    133134   !!---------------------------------------------------------------------- 
     
    178179   USE agrif_opa_interp 
    179180   USE agrif_opa_sponge 
    180    ! 
     181   !! 
    181182   IMPLICIT NONE 
    182183   ! 
     
    277278         ENDIF 
    278279      ENDIF 
     280 
    279281      ! check if masks and bathymetries match 
    280282      IF(ln_chk_bathy) THEN 
     
    320322   nbcline = 0 
    321323   lk_agrif_doupd = .FALSE. 
    322  
    323324   ! 
    324325END SUBROUTINE Agrif_InitValues_cont 
     
    335336   USE oce 
    336337   USE agrif_oce 
     338   !! 
    337339   IMPLICIT NONE 
    338340   !!---------------------------------------------------------------------- 
     
    473475   USE agrif_lim2_interp 
    474476   USE lib_mpp 
    475    ! 
    476    IMPLICIT NONE 
    477    ! 
     477   !! 
     478   IMPLICIT NONE 
    478479   !!---------------------------------------------------------------------- 
    479480 
     
    510511END SUBROUTINE Agrif_InitValues_cont_lim2 
    511512 
     513 
    512514SUBROUTINE agrif_declare_var_lim2 
    513515   !!---------------------------------------------------------------------- 
     
    518520   USE agrif_util 
    519521   USE ice_2 
    520  
     522   !! 
    521523   IMPLICIT NONE 
    522524   !!---------------------------------------------------------------------- 
     
    662664   USE agrif_top_interp 
    663665   USE agrif_top_sponge 
    664    ! 
     666   !! 
    665667   IMPLICIT NONE 
    666668   ! 
     
    760762   USE dom_oce 
    761763   USE trc 
    762  
    763    IMPLICIT NONE 
     764   !! 
     765   IMPLICIT NONE 
     766   !!---------------------------------------------------------------------- 
    764767 
    765768   ! 1. Declaration of the type of variable which have to be interpolated 
     
    792795SUBROUTINE Agrif_detect( kg, ksizex ) 
    793796   !!---------------------------------------------------------------------- 
    794    !!   *** ROUTINE Agrif_detect *** 
    795    !!---------------------------------------------------------------------- 
    796    ! 
     797   !!                      *** ROUTINE Agrif_detect *** 
     798   !!---------------------------------------------------------------------- 
    797799   INTEGER, DIMENSION(2) :: ksizex 
    798800   INTEGER, DIMENSION(ksizex(1),ksizex(2)) :: kg  
     
    807809   !!---------------------------------------------------------------------- 
    808810   !!                     *** ROUTINE agrif_init *** 
    809    !!   Read by Child model only 
    810811   !!---------------------------------------------------------------------- 
    811812   USE agrif_oce  
     
    813814   USE in_out_manager 
    814815   USE lib_mpp 
     816   !! 
    815817   IMPLICIT NONE 
    816818   ! 
     
    866868   !!---------------------------------------------------------------------- 
    867869   USE dom_oce 
     870   !! 
    868871   IMPLICIT NONE 
    869872   ! 
     
    880883END SUBROUTINE Agrif_InvLoc 
    881884 
     885 
    882886SUBROUTINE Agrif_get_proc_info( imin, imax, jmin, jmax ) 
    883887   !!---------------------------------------------------------------------- 
     
    885889   !!---------------------------------------------------------------------- 
    886890   USE par_oce 
     891   !! 
    887892   IMPLICIT NONE 
    888893   ! 
     
    898903END SUBROUTINE Agrif_get_proc_info 
    899904 
     905 
    900906SUBROUTINE Agrif_estimate_parallel_cost(imin, imax,jmin, jmax, nbprocs, grid_cost) 
    901907   !!---------------------------------------------------------------------- 
     
    903909   !!---------------------------------------------------------------------- 
    904910   USE par_oce 
     911   !! 
    905912   IMPLICIT NONE 
    906913   ! 
Note: See TracChangeset for help on using the changeset viewer.