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 1647 for trunk/NEMO – NEMO

Changeset 1647 for trunk/NEMO


Ignore:
Timestamp:
2009-10-07T17:15:07+02:00 (15 years ago)
Author:
rblod
Message:

Add POMME configuration, step1, see ticket #554

Location:
trunk/NEMO/OPA_SRC
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/OBC/obc_par.F90

    r1152 r1647  
    3232   !!---------------------------------------------------------------------- 
    3333#    include "obc_par_EEL_R5.h90" 
     34 
     35# elif defined key_pomme_r025 
     36   !!---------------------------------------------------------------------- 
     37   !!   'key_pomme_r025' :                         POMME R025 configuration 
     38   !!---------------------------------------------------------------------- 
     39#    include "obc_par_POMME_R025.h90" 
    3440 
    3541# else 
  • trunk/NEMO/OPA_SRC/par_oce.F90

    r1528 r1647  
    9191   !!--------------------------------------------------------------------- 
    9292#             include "par_GYRE.h90" 
     93#elif defined key_pomme_r025 
     94   !!--------------------------------------------------------------------- 
     95   !!   'key_pomme_r025':                        regional basin : POMME025 
     96   !!--------------------------------------------------------------------- 
     97#             include "par_POMME_R025.h90" 
    9398#else 
    9499   !!--------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.