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 4874 for branches/2014/dev_r4765_CNRS_agrif – NEMO

Ignore:
Timestamp:
2014-11-19T17:23:22+01:00 (9 years ago)
Author:
jchanut
Message:

Fix small restartability issue

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2014/dev_r4765_CNRS_agrif/NEMOGCM/NEMO/NST_SRC/agrif_user.F90

    r4793 r4874  
    208208 
    209209#if defined key_dynspg_ts 
    210    CALL Agrif_Bc_variable(sshn_id,calledweight=1.,procname=interpsshn) 
     210   Agrif_UseSpecialValue = .TRUE. 
     211   CALL Agrif_Bc_variable(sshn_id,calledweight=1., procname=interpsshn ) 
     212 
     213   Agrif_UseSpecialValue = ln_spc_dyn 
    211214   CALL Agrif_Bc_variable(unb_id,calledweight=1.,procname=interpunb) 
    212215   CALL Agrif_Bc_variable(vnb_id,calledweight=1.,procname=interpvnb) 
     
    721724   visc_dyn      = rn_sponge_dyn 
    722725   ! 
    723    IF( agrif_oce_alloc()  > 0 )   CALL ctl_warn('agrif sol_oce_alloc: allocation of arrays failed') 
     726   IF( agrif_oce_alloc()  > 0 )   CALL ctl_warn('agrif agrif_oce_alloc: allocation of arrays failed') 
    724727# if defined key_lim2 
    725728   IF( agrif_ice_alloc()  > 0 )   CALL ctl_stop('agrif agrif_ice_alloc: allocation of arrays failed') 
Note: See TracChangeset for help on using the changeset viewer.