Changes between Initial Version and Version 1 of Ticket #1919
- Timestamp:
- 2017-09-27T19:30:42+02:00 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1919
- Property Status changed from new to assigned
- Property Owner nemo deleted
-
Ticket #1919 – Description
initial v1 1 1 = Context 2 \\ 2 3 3 I have modified Seb's script (NEMOGCM/TOOLS/MISCELLANEOUS/chk_iomput.F90) to check for variables passed to XIOS with no corresponding definition in the field_def files so that is works with the split field_def files in the trunk. I'll commit the change shortly) but for now it has shown that the following iom_put calls have no variable definition in the field_def files. 4 {{{ 4 5 {{{#!f 5 6 ../../NEMO/OPA_SRC/TRD/trdmxl.F90: CALL iom_put( "mxl_depth", hmxl(:,:) ) 6 7 ../../NEMO/OPA_SRC/TRD/trdmxl.F90: CALL iom_put( "mxl_depth", hmxl_sum(:,:) ) … … 23 24 ../../NEMO/OPA_SRC/SBC/sbcwave.F90: CALL iom_put( "wstokes", wsd ) 24 25 }}} 25 \\ 26 = Analysis 27 \\ 28 \\ 26 29 27 = Recommendation 30 \\ 28 31 29 Definitions for these variables should be added to the appropriate field_def files.