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 2715 for trunk/NEMOGCM/CONFIG/ORCA2_OFF_PISCES/EXP00/namelist – NEMO

Ignore:
Timestamp:
2011-03-30T17:58:35+02:00 (13 years ago)
Author:
rblod
Message:

First attempt to put dynamic allocation on the trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/CONFIG/ORCA2_OFF_PISCES/EXP00/namelist

    r2528 r2715  
    132132&namsbc        !   Surface Boundary Condition (surface module) 
    133133!----------------------------------------------------------------------- 
    134    nn_fsbc     = 5         !  frequency of surface boundary condition computation  
     134   nn_fsbc     =  1        !  frequency of surface boundary condition computation  
    135135                           !     (also = the frequency of sea-ice model call) 
    136136   ln_ana      = .false.   !  analytical formulation                    (T => fill namsbc_ana )  
     
    686686!!====================================================================== 
    687687!!   nammpp            Massively Parallel Processing                    ("key_mpp_mpi) 
    688 !!   nammpp_dyndist    Massively Parallel domain decomposition          ("key_agrif" && "key_mpp_dyndist") 
    689688!!   namctl            Control prints & Benchmark 
    690689!!   namsol            elliptic solver / island / free surface  
     
    710709                           !  buffer blocking send or immediate non-blocking sends, resp. 
    711710   nn_buffer   =   0       !  size in bytes of exported buffer ('B' case), 0 no exportation 
    712 / 
    713 !----------------------------------------------------------------------- 
    714 &nammpp_dyndist !   Massively Parallel Distribution for AGRIF zoom      ("key_agrif" && "key_mpp_dyndist") 
    715 !----------------------------------------------------------------------- 
    716    jpni        =    1      !  jpni   number of processors following i 
    717    jpnj        =    1      !  jpnj   number of processors following j 
    718    jpnij       =    1      !  jpnij  number of local domains 
     711   jpni        =   0       !  jpni   number of processors following i (set automatically if < 1) 
     712   jpnj        =   0       !  jpnj   number of processors following j (set automatically if < 1) 
     713   jpnij       =   0       !  jpnij  number of local domains (set automatically if < 1) 
    719714/ 
    720715!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.