Changeset 2536
- Timestamp:
- 06/01/15 10:26:09 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
CONFIG/UNIFORM/v6/IPSLCM6/GENERAL/PARAM/namelist_ORCA1_cfg
r2489 r2536 48 48 !----------------------------------------------------------------------- 49 49 nn_msh = 0 ! AUTO - create (=1) a mesh file or not (=0) 50 rn_rdt = 3600. ! time step for the dynamics (and tracer if nn_acc=0)50 rn_rdt = 2700. ! time step for the dynamics (and tracer if nn_acc=0) 51 51 nn_closea = 1 ! remove (=0) or keep (=1) closed seas and lakes (ORCA) 52 52 ! … … 99 99 &namsbc ! Surface Boundary Condition (surface module) 100 100 !----------------------------------------------------------------------- 101 nn_fsbc = 1! frequency of surface boundary condition computation101 nn_fsbc = 2 ! frequency of surface boundary condition computation 102 102 ! (also = the frequency of sea-ice model call) 103 103 ln_blk_core = .false. ! CORE bulk formulation (T => fill namsbc_core) … … 313 313 !----------------------------------------------------------------------- 314 314 ln_nnogather= .false. ! 315 jpni = 8! jpni number of processors following i (set automatically if < 1)316 jpnj = 1 8! jpnj number of processors following j (set automatically if < 1)317 jpnij = 144! jpnij number of local domains (set automatically if < 1)315 jpni = 12 ! jpni number of processors following i (set automatically if < 1) 316 jpnj = 19 ! jpnj number of processors following j (set automatically if < 1) 317 jpnij = 228 ! jpnij number of local domains (set automatically if < 1) 318 318 / 319 319 !-----------------------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.