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

Changeset 1663


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

add key_diahth in BB_make.ldef

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

Legend:

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

    r1653 r1663  
    1313 
    1414#-- if you run interannual is "y", if not (=climatology) is "n" 
    15 Interannual_Run=y 
     15Interannual_Run=n 
    1616 
    1717[Interannual] 
     
    2424#-- MANDATORY: NAMES USED IN List_jobsbc VARIABLE MUST BE ONLY THE BASENAME 
    2525 
    26 # example for climatology, bulk_clio: List_jobsbc=(flx, taux_1m, tauy_1m) 
    27 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) 
     26# default climatology, bulk_clio:  
     27List_jobsbc=(flx, taux_1m, tauy_1m) 
     28# 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) 
    2830 
    2931#========================================================================================== 
     
    3436#-- 2) leave List_runsbc empty so NEMO will read file names specified in List_jobsbc variable above 
    3537 
    36 # example for climatology, bulk_clio: List_runsbc=() 
    37 List_runsbc=(qlw_core, qsw_core, q2_core, t2_core, u10_core, v10_core, snow_core, precip_core) 
     38# default climatology, bulk_clio:  
     39List_runsbc=() 
     40# example for interannual, bulk core: 
     41# List_runsbc=(qlw_core, qsw_core, q2_core, t2_core, u10_core, v10_core, snow_core, precip_core) 
    3842 
    3943[InitialStateFiles] 
  • branches/libIGCM/ORCA2_LIM/IGCM00/PARAM/namelist

    r1638 r1663  
    2626   cn_exp      =  "ORCA2"  !  experience name  
    2727   nn_it000    =       1   !  first time step 
    28    nn_itend    =     315   !  last  time step (std 5475) 
     28   nn_itend    =    5475   !  last  time step (std 5475) 
    2929   nn_date0    =  010101   !  initial calendar date yymmdd (used if nrstdt=1) 
    3030   nn_leapy    =       0   !  Leap year calendar (1) or not (0) 
     
    3333   nn_write    =    5475   !  frequency of write in the output file   (modulo referenced to nit000) 
    3434   ln_dimgnnn  = .false.   !  DIMG file format: 1 file for all processors (F) or by processor (T) 
    35    ln_mskland  = .false.   !  mask land points in NetCDF outputs (costly: + ~15%) 
     35   ln_mskland  = .true.    !  mask land points in NetCDF outputs (costly: + ~15%) 
    3636   ln_clobber  = .false.   !  clobber (overwrite) an existing file 
    3737   nn_chunksz  =       0   !  chunksize (bytes) for NetCDF file (working only with iom_nf90 routines) 
  • branches/libIGCM/ORCA2_LIM/IGCM00/config.card

    r1411 r1663  
    3939#R_INIT=/home/mancip/PROG/IPSL/FORCAGE_OL/INIT 
    4040#R_BC=/u/rech/psl/rpsl035/IGCM/BC  
    41 R_BC=/dmnfs/cont003/p86ipsl/IGCM/BC  
     41#R_BC=/dmnfs/cont003/p86ipsl/IGCM/BC  
    4242#============================ 
    4343 
Note: See TracChangeset for help on using the changeset viewer.