- Timestamp:
- 04/06/16 09:19:11 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
CONFIG/UNIFORM/v6/IPSLCM6/GENERAL/PARAM/namelist_ORCA1_cfg
r2773 r2793 24 24 nn_write = 5475 ! Requency of write in the output file (modulo referenced to nn_it000) 25 25 ln_mskland = .true. ! Masks land points in NetCDF outputs 26 ln_cfmeta = .true. ! output additional data to netCDF files required for compliance with the CF metadata standard 26 27 / 27 28 !----------------------------------------------------------------------- … … 169 170 &namsbc_alb ! albedo parameters 170 171 !----------------------------------------------------------------------- 171 rn_cloud = 0.00 ! cloud correction to snow and ice albedo172 rn_albice = 0.5 ! albedo of melting ice in the arctic and antarctic173 rn_alphd = 0.80 ! coefficients for linear interpolation used to174 rn_alphc = 0.65 ! compute albedo between two extremes values175 rn_alphdi = 0.72 ! (Pyane, 1972)176 172 / 177 173 !----------------------------------------------------------------------- … … 360 356 !----------------------------------------------------------------------- 361 357 ln_nnogather= .false. ! 362 jpni = 1 2! jpni number of processors following i (set automatically if < 1)363 jpnj = 1 5! jpnj number of processors following j (set automatically if < 1)358 jpni = 10 ! jpni number of processors following i (set automatically if < 1) 359 jpnj = 12 ! jpnj number of processors following j (set automatically if < 1) 364 360 jpnij = -1 ! jpnij number of local domains (set automatically if < 1) 365 361 / … … 375 371 !----------------------------------------------------------------------- 376 372 ln_diaptr = .true. ! Poleward heat and salt transport (T) or not (F) 377 ln_subbas = . false.! Atlantic/Pacific/Indian basins computation (T) or not373 ln_subbas = .true. ! Atlantic/Pacific/Indian basins computation (T) or not 378 374 ! (orca configuration only, need input basins mask file named "subbasins.nc" 379 375 /
Note: See TracChangeset
for help on using the changeset viewer.