Changeset 6008
- Timestamp:
- 2015-12-06T18:40:08+01:00 (9 years ago)
- Location:
- branches/2015/dev_MetOffice_merge_2015/NEMOGCM
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2015/dev_MetOffice_merge_2015/NEMOGCM/CONFIG/SHARED/namelist_ref
r6006 r6008 1204 1204 nn_profdavtypes = -1 ! Profile daily average types - array 1205 1205 ln_sstbias = .false. 1206 sstbias_files = 'sstbias.nc'1206 cn_sstbias_files = 'sstbias.nc' 1207 1207 / 1208 1208 !----------------------------------------------------------------------- -
branches/2015/dev_MetOffice_merge_2015/NEMOGCM/NEMO/OFF_SRC/domrea.F90
r6006 r6008 113 113 INTEGER :: ios ! Local integer output status for namelist read 114 114 ! 115 NAMELIST/namrun/ cn_ocerst_indir, cn_ocerst_outdir, nn_stocklist, ln_rst_list, &116 & nn_no , cn_exp , cn_ocerst_in, cn_ocerst_out, ln_rstart , nn_rstctl, &117 & nn_it000, nn_itend , nn_date0 , nn_ leapy , nn_istate , nn_stock , &115 NAMELIST/namrun/ cn_ocerst_indir, cn_ocerst_outdir, nn_stocklist, ln_rst_list, & 116 & nn_no , cn_exp , cn_ocerst_in, cn_ocerst_out, ln_rstart , nn_rstctl, & 117 & nn_it000, nn_itend , nn_date0 , nn_time0, nn_leapy , nn_istate , nn_stock , & 118 118 & nn_write, ln_iscpl, ln_dimgnnn, ln_mskland , ln_cfmeta , ln_clobber, nn_chunksz, nn_euler 119 119 NAMELIST/namdom/ nn_bathy , rn_bathy, rn_e3zps_min, rn_e3zps_rat, nn_msh , rn_hmin, rn_isfhmin, & -
branches/2015/dev_MetOffice_merge_2015/NEMOGCM/NEMO/OOO_SRC/nemogcm.F90
r5960 r6008 273 273 CALL istate_init ! ocean initial state (Dynamics and tracers) 274 274 275 IF( l k_diaobs ) THEN ! Observation & model comparison275 IF( ln_diaobs ) THEN ! Observation & model comparison 276 276 CALL dia_obs_init ! Initialize observational data 277 277 CALL dia_obs( nit000 - 1 ) ! Observation operator for restart -
branches/2015/dev_MetOffice_merge_2015/NEMOGCM/NEMO/OPA_SRC/nemogcm.F90
r6005 r6008 413 413 CALL sbc_init ! Forcings : surface module 414 414 CALL tra_qsr_init ! penetrative solar radiation qsr 415 IF( l k_diaobs ) THEN ! Observation & model comparison415 IF( ln_diaobs ) THEN ! Observation & model comparison 416 416 CALL dia_obs_init ! Initialize observational data 417 417 CALL dia_obs( nit000 - 1 ) ! Observation operator for restart -
branches/2015/dev_MetOffice_merge_2015/NEMOGCM/NEMO/OPA_SRC/step.F90
r6005 r6008 437 437 ENDIF 438 438 439 IF( l k_diaobs ) CALL dia_obs( kstp ) ! obs-minus-model (assimilation) diagnostics (call after dynamics update)439 IF( ln_diaobs ) CALL dia_obs( kstp ) ! obs-minus-model (assimilation) diagnostics (call after dynamics update) 440 440 441 441 !>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
Note: See TracChangeset
for help on using the changeset viewer.