@@ -477,13 +477,6 @@ subroutine register_meanflow_variables(nlev)
477477 call field% attributes% set(' axis' , ' Z' )
478478 call fm% register(' h' , ' m' , ' layer thickness' , standard_name= ' cell_thickness' , dimensions= (/ id_dim_z/ ), data1d= h(1 :nlev),category= ' column_structure' ,part_of_state= .true. )
479479 call fm% register(' ho' , ' m' , ' layer thickness - old time step' , standard_name= ' cell_thickness' , dimensions= (/ id_dim_z/ ), data1d= h(1 :nlev),category= ' column_structure' , part_of_state= .true. , output_level= output_level_debug)
480- #ifdef EXTRA_OUTPUT
481- call fm% register(' mean1' , ' ??' , ' 1. mean dummy variable' , standard_name= ' ??' , dimensions= (/ id_dim_z/ ), data1d= mean1(1 :nlev),category= ' meanflow' ,output_level= output_level_debug)
482- call fm% register(' mean2' , ' ??' , ' 2. mean dummy variable' , standard_name= ' ??' , dimensions= (/ id_dim_z/ ), data1d= mean2(1 :nlev),category= ' meanflow' ,output_level= output_level_debug)
483- call fm% register(' mean3' , ' ??' , ' 3. mean dummy variable' , standard_name= ' ??' , dimensions= (/ id_dim_z/ ), data1d= mean3(1 :nlev),category= ' meanflow' ,output_level= output_level_debug)
484- call fm% register(' mean4' , ' ??' , ' 4. mean dummy variable' , standard_name= ' ??' , dimensions= (/ id_dim_z/ ), data1d= mean4(1 :nlev),category= ' meanflow' ,output_level= output_level_debug)
485- call fm% register(' mean5' , ' ??' , ' 5. mean dummy variable' , standard_name= ' ??' , dimensions= (/ id_dim_z/ ), data1d= mean5(1 :nlev),category= ' meanflow' ,output_level= output_level_debug)
486- #endif
487480#ifndef _ICE_
488481 call fm% register(' Hice' , ' m' , ' fake ice thickness' , standard_name= ' ' , data0d= Hice, category= ' surface' )
489482#endif
@@ -581,13 +574,7 @@ subroutine register_turbulence_variables(nlev)
581574 call fm% register(' uu' , ' m2/s2' , ' variance of u-fluctuations' , standard_name= ' ??' , dimensions= (/ id_dim_zi/ ), data1d= uu(0 :nlev),category= ' turbulence/shear' )
582575 call fm% register(' vv' , ' m2/s2' , ' variance of v-fluctuations' , standard_name= ' ??' , dimensions= (/ id_dim_zi/ ), data1d= vv(0 :nlev),category= ' turbulence/shear' )
583576 call fm% register(' ww' , ' m2/s2' , ' variance of w-fluctuations' , standard_name= ' ??' , dimensions= (/ id_dim_zi/ ), data1d= ww(0 :nlev),category= ' turbulence/shear' )
584- #ifdef EXTRA_OUTPUT
585- call fm% register(' turb1' , ' ' , ' 1. turbulence dummy variable' , dimensions= (/ id_dim_zi/ ), data1d= turb1(0 :nlev),category= ' turbulence' ,output_level= output_level_debug)
586- call fm% register(' turb2' , ' ' , ' 2. turbulence dummy variable' , dimensions= (/ id_dim_zi/ ), data1d= turb2(0 :nlev),category= ' turbulence' ,output_level= output_level_debug)
587- call fm% register(' turb3' , ' ' , ' 3. turbulence dummy variable' , dimensions= (/ id_dim_zi/ ), data1d= turb3(0 :nlev),category= ' turbulence' ,output_level= output_level_debug)
588- call fm% register(' turb4' , ' ' , ' 4. turbulence dummy variable' , dimensions= (/ id_dim_zi/ ), data1d= turb4(0 :nlev),category= ' turbulence' ,output_level= output_level_debug)
589- call fm% register(' turb5' , ' ' , ' 5. turbulence dummy variable' , dimensions= (/ id_dim_zi/ ), data1d= turb5(0 :nlev),category= ' turbulence' ,output_level= output_level_debug)
590- #endif
577+
591578 return
592579 end subroutine register_turbulence_variables
593580! EOC
0 commit comments