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 575 for trunk/NEMO/OPA_SRC/DYN/dynspg_flt.F90 – NEMO

Ignore:
Timestamp:
2006-11-14T09:04:20+01:00 (17 years ago)
Author:
opalod
Message:

nemo_v1_bugfix_079: CT : - add the creation of restart file (saving sshn & sshb) when using the explicit surface pressure option

  • light modifications in the way to read/write restart files in dynspg_* and associated _jki_ modules (key_mpp_omp removed)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/DYN/dynspg_flt.F90

    r558 r575  
    1212   !!            " "  !  06-07  (S. Masson)  distributed restart using iom 
    1313   !!---------------------------------------------------------------------- 
    14 #if ( defined key_dynspg_flt  && ! defined key_mpp_omp )  ||   defined key_esopa   
     14#if defined key_dynspg_flt   ||   defined key_esopa   
    1515   !!---------------------------------------------------------------------- 
    1616   !!   'key_dynspg_flt'                              filtered free surface 
    17    !!   NOT 'key_mpp_omp'                          k-j-i loop (vector opt.) 
    1817   !!---------------------------------------------------------------------- 
    1918   !!---------------------------------------------------------------------- 
     
    5251 
    5352   PUBLIC dyn_spg_flt  ! routine called by step.F90 
     53   PUBLIC flt_rst      ! routine called by j-k-i subroutine 
    5454 
    5555   !! * Substitutions 
Note: See TracChangeset for help on using the changeset viewer.