[Dart-dev] DART/branches Revision: 12052
dart at ucar.edu
dart at ucar.edu
Mon Nov 6 11:40:29 MST 2017
hendric at ucar.edu
2017-11-06 11:40:29 -0700 (Mon, 06 Nov 2017)
47
fixing path names and are now able to run pmo
Modified: DART/branches/recam/models/cam-fv/new_model_mod.f90
===================================================================
--- DART/branches/recam/models/cam-fv/new_model_mod.f90 2017-11-06 18:18:33 UTC (rev 12051)
+++ DART/branches/recam/models/cam-fv/new_model_mod.f90 2017-11-06 18:40:29 UTC (rev 12052)
@@ -33,7 +33,8 @@
use location_io_mod
use quad_utils_mod
use default_model_mod, only : adv_1step, init_time, init_conditions, &
- nc_write_model_vars, pert_model_copies
+ nc_write_model_vars, pert_model_copies, &
+ convert_vertical_obs, convert_vertical_state
use netcdf
implicit none
@@ -46,23 +47,23 @@
public :: static_init_model, &
get_model_size, &
get_state_meta_data, &
- model_interpolate, &
+ model_interpolate, & ! big todo
shortest_time_between_assimilations, &
- convert_vertical_obs, &
- convert_vertical_state, &
nc_write_model_atts, &
- write_model_time, &
+ write_model_time, & ! todo
read_model_time, &
end_model
! code for these routines are in other modules
public :: nc_write_model_vars, &
- pert_model_copies, &
+ pert_model_copies, & ! todo
adv_1step, &
init_time, &
- init_conditions, &
- get_close_obs, &
- get_close_state
+ init_conditions, &
+ convert_vertical_obs, & ! todo
+ convert_vertical_state, & ! todo
+ get_close_obs, & ! todo
+ get_close_state ! todo
! version controlled file description for error handling, do not edit
character(len=256), parameter :: source = &
Modified: DART/branches/recam/models/cam-fv/work/input.nml
===================================================================
--- DART/branches/recam/models/cam-fv/work/input.nml 2017-11-06 18:18:33 UTC (rev 12051)
+++ DART/branches/recam/models/cam-fv/work/input.nml 2017-11-06 18:40:29 UTC (rev 12052)
@@ -209,7 +209,7 @@
/
&obs_sequence_nml
- write_binary_obs_sequence = .true.
+ write_binary_obs_sequence = .false.
/
&quality_control_nml
Modified: DART/branches/recam/models/cam-fv/work/obs_seq.in
===================================================================
--- DART/branches/recam/models/cam-fv/work/obs_seq.in 2017-11-06 18:18:33 UTC (rev 12051)
+++ DART/branches/recam/models/cam-fv/work/obs_seq.in 2017-11-06 18:40:29 UTC (rev 12052)
@@ -1,389 +1 @@
- obs_sequence
-obs_kind_definitions
- 14
- 1 RADIOSONDE_U_WIND_COMPONENT
- 2 RADIOSONDE_V_WIND_COMPONENT
- 3 RADIOSONDE_SURFACE_PRESSURE
- 4 RADIOSONDE_TEMPERATURE
- 5 RADIOSONDE_SPECIFIC_HUMIDITY
- 6 AIRCRAFT_U_WIND_COMPONENT
- 7 AIRCRAFT_V_WIND_COMPONENT
- 8 AIRCRAFT_TEMPERATURE
- 9 ACARS_U_WIND_COMPONENT
- 10 ACARS_V_WIND_COMPONENT
- 11 ACARS_TEMPERATURE
- 20 SAT_U_WIND_COMPONENT
- 21 SAT_V_WIND_COMPONENT
- 30 GPSRO_REFRACTIVITY
- num_copies: 1 num_qc: 1
- num_obs: 32 max_num_obs: 32
-observation
-Quality Control
- first: 1 last: 32
- OBS 1
- -3.20000000000000
- 2.00000000000000
- -1 2 -1
-obdef
-loc3d
- 2.12700000000000 -0.59000000000000 101000.00000000000000 2
-kind
- 1
- 0 146827
- 1.96000000000000
- OBS 2
- 7.00000000000000
More information about the Dart-dev
mailing list