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 1664 – NEMO

Changeset 1664


Ignore:
Timestamp:
2009-10-15T15:28:23+02:00 (15 years ago)
Author:
flavoni
Message:

correction of previous message, see ticket #559

Location:
branches/libIGCM/ORCA2_LIM/IGCM00
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/libIGCM/ORCA2_LIM/IGCM00/COMP/opa9.card

    r1663 r1664  
    1313 
    1414#-- if you run interannual is "y", if not (=climatology) is "n" 
    15 Interannual_Run=n 
     15Interannual_Run=y 
    1616 
    1717[Interannual] 
     
    2525 
    2626# default climatology, bulk_clio:  
    27 List_jobsbc=(flx, taux_1m, tauy_1m) 
     27#List_jobsbc=(flx, taux_1m, tauy_1m) 
    2828# example for interannual, bulk core: 
    29 # List_jobsbc=(radlw_DFS4-ORCA2, radsw_DFS4-ORCA2, q2_DFS4-ORCA2, t2_DFS4-ORCA2, u10_DFS4-ORCA2, v10_DFS4-ORCA2, snow_DFS4-ORCA2, precip_DFS4-ORCA2) 
     29List_jobsbc=(radlw_DFS4-ORCA2, radsw_DFS4-ORCA2, q2_DFS4-ORCA2, t2_DFS4-ORCA2, u10_DFS4-ORCA2, v10_DFS4-ORCA2, snow_DFS4-ORCA2, precip_DFS4-ORCA2) 
    3030 
    3131#========================================================================================== 
     
    3737 
    3838# default climatology, bulk_clio:  
    39 List_runsbc=() 
     39#List_runsbc=() 
    4040# example for interannual, bulk core: 
    41 # List_runsbc=(qlw_core, qsw_core, q2_core, t2_core, u10_core, v10_core, snow_core, precip_core) 
     41List_runsbc=(qlw_core, qsw_core, q2_core, t2_core, u10_core, v10_core, snow_core, precip_core) 
    4242 
    4343[InitialStateFiles] 
  • branches/libIGCM/ORCA2_LIM/IGCM00/PARAM/namelist

    r1663 r1664  
    110110   ln_ana      = .false.   !  analytical formulation (T => fill namsbc_ana )  
    111111   ln_flx      = .false.   !  flux formulation       (T => fill namsbc_flx ) 
    112    ln_blk_clio = .true.    !  CLIO bulk formulation  (T => fill namsbc_clio)  
    113    ln_blk_core = .false.   !  CORE bulk formulation  (T => fill namsbc_core)  
     112   ln_blk_clio = .false.    !  CLIO bulk formulation  (T => fill namsbc_clio)  
     113   ln_blk_core = .true.   !  CORE bulk formulation  (T => fill namsbc_core)  
    114114   ln_cpl      = .false.   !  Coupled formulation    (T => fill namsbc_cpl ) 
    115115   nn_ice      = 2         !  =0 no ice boundary condition   , 
Note: See TracChangeset for help on using the changeset viewer.