forked from NCAR/ccpp-physics
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathGFS_phys_time_vary.fv3.meta
More file actions
2129 lines (2125 loc) · 58 KB
/
Copy pathGFS_phys_time_vary.fv3.meta
File metadata and controls
2129 lines (2125 loc) · 58 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
[ccpp-table-properties]
name = GFS_phys_time_vary
type = scheme
dependencies_path = ../../
dependencies = hooks/machine.F
dependencies = Interstitials/UFS_SCM_NEPTUNE/gcycle.F90,Interstitials/UFS_SCM_NEPTUNE/iccn_def.F
dependencies = Interstitials/UFS_SCM_NEPTUNE/iccninterp.F90,Interstitials/UFS_SCM_NEPTUNE/sfcsub.F
dependencies = Radiation/mersenne_twister.f
dependencies = MP/Morrison_Gettelman/aerclm_def.F,MP/Morrison_Gettelman/aerinterp.F90
dependencies = SFC_Models/Land/Noah/namelist_soilveg.f,SFC_Models/Land/Noah/set_soilveg.f,SFC_Models/Land/Noahmp/noahmp_tables.f90
dependencies = photochem/module_ozphys.F90,photochem/module_h2ophys.F90
dependencies = GWD/cires_tauamf_data.F90
########################################################################
[ccpp-arg-table]
name = GFS_phys_time_vary_init
type = scheme
[mpicomm]
standard_name = mpi_communicator
long_name = MPI communicator
units = index
dimensions = ()
type = MPI_Comm
intent = in
[mpirank]
standard_name = mpi_rank
long_name = current MPI-rank
units = index
dimensions = ()
type = integer
intent = in
[mpiroot]
standard_name = mpi_root
long_name = master MPI-rank
units = index
dimensions = ()
type = integer
intent = in
[ntoz]
standard_name = index_of_ozone_mixing_ratio_in_tracer_concentration_array
long_name = tracer index for ozone mixing ratio
units = index
dimensions = ()
type = integer
intent = in
[h2o_phys]
standard_name = flag_for_stratospheric_water_vapor_physics
long_name = flag for stratospheric water vapor physics
units = flag
dimensions = ()
type = logical
intent = in
[iaerclm]
standard_name = flag_for_aerosol_input_MG_radiation
long_name = flag for using aerosols in Morrison-Gettelman MP_radiation
units = flag
dimensions = ()
type = logical
intent = in
[iaermdl]
standard_name = control_for_aerosol_radiation_scheme
long_name = control of aerosol scheme in radiation
units = 1
dimensions = ()
type = integer
intent = in
[iccn]
standard_name = control_for_ice_cloud_condensation_nuclei_forcing
long_name = flag for IN and CCN forcing for morrison gettelman microphysics
units = none
dimensions = ()
type = integer
intent = in
[iflip]
standard_name = control_for_vertical_index_direction
long_name = iflip - is not the same as flipv
units = flag
dimensions = ()
type = integer
intent = in
[im]
standard_name = horizontal_dimension
long_name = horizontal dimension
units = count
dimensions = ()
type = integer
intent = in
[levs]
standard_name = vertical_layer_dimension
long_name = number of vertical levels
units = count
dimensions = ()
type = integer
intent = in
[nx]
standard_name = number_of_points_in_x_direction_for_this_MPI_rank
long_name = number of points in x direction for this MPI rank
units = count
dimensions = ()
type = integer
intent = in
[ny]
standard_name = number_of_points_in_y_direction_for_this_MPI_rank
long_name = number of points in y direction for this MPI rank
units = count
dimensions = ()
type = integer
intent = in
[idate]
standard_name = date_and_time_at_model_initialization_in_united_states_order
long_name = initial date with different size and ordering
units = none
dimensions = (4)
type = integer
intent = in
[xlat_d]
standard_name = latitude_in_degree
long_name = latitude in degree north
units = degree_north
dimensions = (horizontal_dimension)
type = real
kind = kind_phys
intent = in
[xlon_d]
standard_name = longitude_in_degree
long_name = longitude in degree east
units = degree_east
dimensions = (horizontal_dimension)
type = real
kind = kind_phys
intent = in
[jindx1_o3]
standard_name = lower_latitude_index_of_ozone_forcing_for_interpolation
long_name = interpolation low index for ozone
units = index
dimensions = (horizontal_dimension)
type = integer
intent = inout
optional = True
[jindx2_o3]
standard_name = upper_latitude_index_of_ozone_forcing_for_interpolation
long_name = interpolation high index for ozone
units = index
dimensions = (horizontal_dimension)
type = integer
intent = inout
optional = True
[ddy_o3]
standard_name = latitude_interpolation_weight_for_ozone_forcing
long_name = interpolation high index for ozone
units = none
dimensions = (horizontal_dimension)
type = real
kind = kind_phys
intent = inout
optional = True
[jindx1_h]
standard_name = lower_latitude_index_of_stratospheric_water_vapor_forcing_for_interpolation
long_name = interpolation low index for stratospheric water vapor
units = index
dimensions = (horizontal_dimension)
type = integer
intent = inout
optional = True
[jindx2_h]
standard_name = upper_latitude_index_of_stratospheric_water_vapor_forcing_for_interpolation
long_name = interpolation high index for stratospheric water vapor
units = index
dimensions = (horizontal_dimension)
type = integer
intent = inout
optional = True
[ddy_h]
standard_name = latitude_interpolation_weight_for_stratospheric_water_vapor_forcing
long_name = interpolation high index for stratospheric water vapor
units = none
dimensions = (horizontal_dimension)
type = real
kind = kind_phys
intent = inout
optional = True
[h2opl]
standard_name = stratospheric_water_vapor_forcing
long_name = water forcing data
units = mixed
dimensions = (horizontal_dimension,vertical_dimension_of_h2o_forcing_data,number_of_coefficients_in_h2o_forcing_data)
type = real
kind = kind_phys
intent = in
[fhour]
standard_name = forecast_time
long_name = current forecast time
units = h
dimensions = ()
type = real
kind = kind_phys
intent = in
[jindx1_aer]
standard_name = lower_latitude_index_of_aerosol_forcing_for_interpolation
long_name = interpolation low index for prescribed aerosols in the y direction
units = index
dimensions = (horizontal_dimension)
type = integer
intent = inout
optional = True
[jindx2_aer]
standard_name = upper_latitude_index_of_aerosol_forcing_for_interpolation
long_name = interpolation high index for prescribed aerosols in the y direction
units = index
dimensions = (horizontal_dimension)
type = integer
intent = inout
optional = True
[ddy_aer]
standard_name = latitude_interpolation_weight_for_aerosol_forcing
long_name = interpolation high index for prescribed aerosols in the y direction
units = none
dimensions = (horizontal_dimension)
type = real
kind = kind_phys
intent = inout
optional = True
[iindx1_aer]
standard_name = lower_longitude_index_of_aerosol_forcing_for_interpolation
long_name = interpolation low index for prescribed aerosols in the x direction
units = index
dimensions = (horizontal_dimension)
type = integer
intent = inout
optional = True
[iindx2_aer]
standard_name = upper_longitude_index_of_aerosol_forcing_for_interpolation
long_name = interpolation high index for prescribed aerosols in the x direction
units = index
dimensions = (horizontal_dimension)
type = integer
intent = inout
optional = True
[ddx_aer]
standard_name = longitude_interpolation_weight_for_aerosol_forcing
long_name = interpolation high index for prescribed aerosols in the x direction
units = none
dimensions = (horizontal_dimension)
type = real
kind = kind_phys
intent = inout
optional = True
[aer_nm]
standard_name = mass_mixing_ratio_of_aerosol_from_gocart_or_merra2
long_name = mass mixing ratio of aerosol from gocart or merra2
units = kg kg-1
dimensions = (horizontal_dimension,vertical_layer_dimension,number_of_aerosol_tracers_MG)
type = real
kind = kind_phys
intent = out
[jindx1_ci]
standard_name = lower_latitude_index_of_cloud_nuclei_forcing_for_interpolation
long_name = interpolation low index for ice and cloud condensation nuclei in the y direction
units = index
dimensions = (horizontal_dimension)
type = integer
intent = inout
optional = True
[jindx2_ci]
standard_name = upper_latitude_index_of_cloud_nuclei_forcing_for_interpolation
long_name = interpolation high index for ice and cloud condensation nuclei in the y direction
units = index
dimensions = (horizontal_dimension)
type = integer
intent = inout
optional = True
[ddy_ci]
standard_name = latitude_interpolation_weight_for_cloud_nuclei_forcing
long_name = interpolation high index for ice and cloud condensation nuclei in the y direction
units = none
dimensions = (horizontal_dimension)
type = real
kind = kind_phys
intent = inout
optional = True
[iindx1_ci]
standard_name = lower_longitude_index_of_cloud_nuclei_forcing_for_interpolation
long_name = interpolation low index for ice and cloud condensation nuclei in the x direction
units = index
dimensions = (horizontal_dimension)
type = integer
intent = inout
optional = True
[iindx2_ci]
standard_name = upper_longitude_index_of_cloud_nuclei_forcing_for_interpolation
long_name = interpolation high index for ice and cloud condensation nuclei in the x direction
units = index
dimensions = (horizontal_dimension)
type = integer
intent = inout
optional = True
[ddx_ci]
standard_name = longitude_interpolation_weight_for_cloud_nuclei_forcing
long_name = interpolation high index for ice and cloud condensation nuclei in the x direction
units = none
dimensions = (horizontal_dimension)
type = real
kind = kind_phys
intent = inout
optional = True
[imap]
standard_name = map_of_block_column_number_to_global_i_index
long_name = map of local index ix to global index i for this block
units = none
dimensions = (horizontal_dimension)
type = integer
intent = inout
[jmap]
standard_name = map_of_block_column_number_to_global_j_index
long_name = map of local index ix to global index j for this block
units = none
dimensions = (horizontal_dimension)
type = integer
intent = inout
[do_ugwp_v1]
standard_name = flag_for_ugwp_version_1
long_name = flag to activate ver 1 CIRES UGWP
units = flag
dimensions = ()
type = logical
intent = in
[jindx1_tau]
standard_name = lower_latitude_index_of_absolute_momentum_flux_due_to_nonorographic_gravity_wave_drag_for_interpolation
long_name = index1 for weight1 for tau NGWs
units = none
dimensions = (horizontal_dimension)
type = integer
intent = inout
optional = True
[jindx2_tau]
standard_name = upper_latitude_index_of_absolute_momentum_flux_due_to_nonorographic_gravity_wave_drag_for_interpolation
long_name = index2 for weight2 for tau NGWs
units = none
dimensions = (horizontal_dimension)
type = integer
intent = inout
optional = True
[ddy_j1tau]
standard_name = latitude_interpolation_weight_complement_for_absolute_momentum_flux_due_to_nonorographic_gravity_wave_drag
long_name = interpolation weight1 for tau NGWs
units = none
dimensions = (horizontal_dimension)
type = real
intent = inout
kind = kind_phys
optional = True
[ddy_j2tau]
standard_name = latitude_interpolation_weight_for_absolute_momentum_flux_due_to_nonorographic_gravity_wave_drag
long_name = interpolation weight2 for tau NGWs
units = none
dimensions = (horizontal_dimension)
type = real
intent = inout
kind = kind_phys
optional = True
[isot]
standard_name = control_for_soil_type_dataset
long_name = soil type dataset choice
units = index
dimensions = ()
type = integer
intent = in
[ivegsrc]
standard_name = control_for_vegetation_dataset
long_name = land use dataset choice
units = index
dimensions = ()
type = integer
intent = in
[nlunit]
standard_name = iounit_of_namelist
long_name = fortran unit number for file opens
units = none
dimensions = ()
type = integer
intent = in
[sncovr]
standard_name = surface_snow_area_fraction_over_land
long_name = surface snow area fraction
units = frac
dimensions = (horizontal_dimension)
type = real
kind = kind_phys
intent = inout
[sncovr_ice]
standard_name = surface_snow_area_fraction_over_ice
long_name = surface snow area fraction over ice
units = frac
dimensions = (horizontal_dimension)
type = real
kind = kind_phys
intent = inout
[lsm]
standard_name = control_for_land_surface_scheme
long_name = flag for land surface model
units = flag
dimensions = ()
type = integer
intent = in
[lsm_noahmp]
standard_name = identifier_for_noahmp_land_surface_scheme
long_name = flag for NOAH MP land surface model
units = flag
dimensions = ()
type = integer
intent = in
[lsm_ruc]
standard_name = identifier_for_ruc_land_surface_scheme
long_name = flag for RUC land surface model
units = flag
dimensions = ()
type = integer
intent = in
[min_seaice]
standard_name = min_sea_ice_area_fraction
long_name = minimum sea ice value
units = frac
dimensions = ()
type = real
kind = kind_phys
intent = in
[fice]
standard_name = sea_ice_area_fraction_of_sea_area_fraction
long_name = ice fraction over open water
units = frac
dimensions = (horizontal_dimension)
type = real
kind = kind_phys
intent = in
[landfrac]
standard_name = land_area_fraction
long_name = fraction of horizontal grid area occupied by land
units = frac
dimensions = (horizontal_dimension)
type = real
kind = kind_phys
intent = in
[vtype]
standard_name = vegetation_type_classification
long_name = vegetation type for lsm
units = index
dimensions = (horizontal_dimension)
type = integer
intent = in
[weasd]
standard_name = lwe_thickness_of_surface_snow_amount
long_name = water equiv of acc snow depth over land and sea ice
units = mm
dimensions = (horizontal_dimension)
type = real
kind = kind_phys
intent = inout
[lsoil]
standard_name = vertical_dimension_of_soil
long_name = number of soil layers
units = count
dimensions = ()
type = integer
intent = in
[zs]
standard_name = depth_of_soil_layers
long_name = depth of soil levels for land surface model
units = m
dimensions = (vertical_dimension_of_soil_internal_to_land_surface_scheme)
type = real
kind = kind_phys
intent = in
[dzs]
standard_name = thickness_of_soil_layers_for_land_surface_model
long_name = thickness of soil levels for land surface model
units = m
dimensions = (vertical_dimension_of_soil_internal_to_land_surface_scheme)
type = real
kind = kind_phys
intent = in
[lsnow_lsm_lbound]
standard_name = lower_bound_of_vertical_dimension_of_surface_snow
long_name = lower bound of of snow-related arrays for land surface model
units = count
dimensions = ()
type = integer
intent = in
[lsnow_lsm_ubound]
standard_name = upper_bound_of_vertical_dimension_of_surface_snow
long_name = upper bound of of snow-related arrays for land surface model
units = count
dimensions = ()
type = integer
intent = in
[tvxy]
standard_name = canopy_temperature
long_name = vegetation temperature
units = K
dimensions = (horizontal_dimension)
type = real
kind = kind_phys
intent = inout
optional = True
[tgxy]
standard_name = ground_temperature
long_name = ground temperature for noahmp
units = K
dimensions = (horizontal_dimension)
type = real
kind = kind_phys
intent = inout
optional = True
[tahxy]
standard_name = air_temperature_in_canopy
long_name = canopy air temperature
units = K
dimensions = (horizontal_dimension)
type = real
kind = kind_phys
intent = inout
optional = True
[canicexy]
standard_name = canopy_intercepted_ice_mass
long_name = canopy intercepted ice mass
units = mm
dimensions = (horizontal_dimension)
type = real
kind = kind_phys
intent = inout
optional = True
[canliqxy]
standard_name = canopy_intercepted_liquid_water
long_name = canopy intercepted liquid water
units = mm
dimensions = (horizontal_dimension)
type = real
kind = kind_phys
intent = inout
optional = True
[eahxy]
standard_name = air_vapor_pressure_in_canopy
long_name = canopy air vapor pressure
units = Pa
dimensions = (horizontal_dimension)
type = real
kind = kind_phys
intent = inout
optional = True
[cmxy]
standard_name = surface_drag_coefficient_for_momentum_for_noahmp
long_name = surface drag coefficient for momentum for noahmp
units = none
dimensions = (horizontal_dimension)
type = real
kind = kind_phys
intent = inout
optional = True
[chxy]
standard_name = surface_drag_coefficient_for_heat_and_moisture_for_noahmp
long_name = surface exchange coeff heat & moisture for noahmp
units = none
dimensions = (horizontal_dimension)
type = real
kind = kind_phys
intent = inout
optional = True
[fwetxy]
standard_name = wet_canopy_area_fraction
long_name = area fraction of canopy that is wetted/snowed
units = none
dimensions = (horizontal_dimension)
type = real
kind = kind_phys
intent = inout
optional = True
[sneqvoxy]
standard_name = lwe_thickness_of_snowfall_amount_on_previous_timestep
long_name = snow mass at previous time step
units = mm
dimensions = (horizontal_dimension)
type = real
kind = kind_phys
intent = inout
optional = True
[alboldxy]
standard_name = surface_albedo_assuming_deep_snow_on_previous_timestep
long_name = snow albedo at previous time step
units = frac
dimensions = (horizontal_dimension)
type = real
kind = kind_phys
intent = inout
optional = True
[qsnowxy]
standard_name = lwe_snowfall_rate
long_name = snow precipitation rate at surface
units = mm s-1
dimensions = (horizontal_dimension)
type = real
kind = kind_phys
intent = inout
optional = True
[wslakexy]
standard_name = water_storage_in_lake
long_name = lake water storage
units = mm
dimensions = (horizontal_dimension)
type = real
kind = kind_phys
intent = inout
optional = True
[taussxy]
standard_name = dimensionless_age_of_surface_snow
long_name = non-dimensional snow age
units = none
dimensions = (horizontal_dimension)
type = real
kind = kind_phys
intent = inout
optional = True
[waxy]
standard_name = water_storage_in_aquifer
long_name = water storage in aquifer
units = mm
dimensions = (horizontal_dimension)
type = real
kind = kind_phys
intent = inout
optional = True
[wtxy]
standard_name = water_storage_in_aquifer_and_saturated_soil
long_name = water storage in aquifer and saturated soil
units = mm
dimensions = (horizontal_dimension)
type = real
kind = kind_phys
intent = inout
optional = True
[zwtxy]
standard_name = water_table_depth
long_name = water table depth
units = m
dimensions = (horizontal_dimension)
type = real
kind = kind_phys
intent = inout
optional = True
[xlaixy]
standard_name = leaf_area_index
long_name = leaf area index
units = none
dimensions = (horizontal_dimension)
type = real
kind = kind_phys
intent = inout
optional = True
[xsaixy]
standard_name = stem_area_index
long_name = stem area index
units = none
dimensions = (horizontal_dimension)
type = real
kind = kind_phys
intent = inout
optional = True
[lfmassxy]
standard_name = leaf_mass_content
long_name = leaf mass
units = g m-2
dimensions = (horizontal_dimension)
type = real
kind = kind_phys
intent = inout
optional = True
[stmassxy]
standard_name = stem_mass_content
long_name = stem mass
units = g m-2
dimensions = (horizontal_dimension)
type = real
kind = kind_phys
intent = inout
optional = True
[rtmassxy]
standard_name = fine_root_mass_content
long_name = fine root mass
units = g m-2
dimensions = (horizontal_dimension)
type = real
kind = kind_phys
intent = inout
optional = True
[woodxy]
standard_name = wood_mass_content
long_name = wood mass including woody roots
units = g m-2
dimensions = (horizontal_dimension)
type = real
kind = kind_phys
intent = inout
optional = True
[stblcpxy]
standard_name = slow_soil_pool_mass_content_of_carbon
long_name = stable carbon in deep soil
units = g m-2
dimensions = (horizontal_dimension)
type = real
kind = kind_phys
intent = inout
optional = True
[fastcpxy]
standard_name = fast_soil_pool_mass_content_of_carbon
long_name = short-lived carbon in shallow soil
units = g m-2
dimensions = (horizontal_dimension)
type = real
kind = kind_phys
intent = inout
optional = True
[smcwtdxy]
standard_name = volumetric_soil_moisture_between_soil_bottom_and_water_table
long_name = soil water content between the bottom of the soil and the water table
units = m3 m-3
dimensions = (horizontal_dimension)
type = real
kind = kind_phys
intent = inout
optional = True
[deeprechxy]
standard_name = water_table_recharge_assuming_deep
long_name = recharge to or from the water table when deep
units = m
dimensions = (horizontal_dimension)
type = real
kind = kind_phys
intent = inout
optional = True
[rechxy]
standard_name = water_table_recharge_assuming_shallow
long_name = recharge to or from the water table when shallow
units = m
dimensions = (horizontal_dimension)
type = real
kind = kind_phys
intent = inout
optional = True
[albdvis_lnd]
standard_name = surface_albedo_direct_visible_over_land
long_name = direct surface albedo visible band over land
units = frac
dimensions = (horizontal_dimension)
type = real
kind = kind_phys
intent = inout
[albdnir_lnd]
standard_name = surface_albedo_direct_NIR_over_land
long_name = direct surface albedo NIR band over land
units = frac
dimensions = (horizontal_dimension)
type = real
kind = kind_phys
intent = inout
[albivis_lnd]
standard_name = surface_albedo_diffuse_visible_over_land
long_name = diffuse surface albedo visible band over land
units = frac
dimensions = (horizontal_dimension)
type = real
kind = kind_phys
intent = inout
[albinir_lnd]
standard_name = surface_albedo_diffuse_NIR_over_land
long_name = diffuse surface albedo NIR band over land
units = frac
dimensions = (horizontal_dimension)
type = real
kind = kind_phys
intent = inout
[albdvis_ice]
standard_name = surface_albedo_direct_visible_over_ice
long_name = direct surface albedo visible band over ice
units = frac
dimensions = (horizontal_dimension)
type = real
kind = kind_phys
intent = inout
optional = True
[albdnir_ice]
standard_name = surface_albedo_direct_NIR_over_ice
long_name = direct surface albedo NIR band over ice
units = frac
dimensions = (horizontal_dimension)
type = real
kind = kind_phys
intent = inout
optional = True
[albivis_ice]
standard_name = surface_albedo_diffuse_visible_over_ice
long_name = diffuse surface albedo visible band over ice
units = frac
dimensions = (horizontal_dimension)
type = real
kind = kind_phys
intent = inout
optional = True
[albinir_ice]
standard_name = surface_albedo_diffuse_NIR_over_ice
long_name = diffuse surface albedo NIR band over ice
units = frac
dimensions = (horizontal_dimension)
type = real
kind = kind_phys
intent = inout
optional = True
[emiss_lnd]
standard_name = surface_longwave_emissivity_over_land
long_name = surface lw emissivity in fraction over land
units = frac
dimensions = (horizontal_dimension)
type = real
kind = kind_phys
intent = inout
[emiss_ice]
standard_name = surface_longwave_emissivity_over_ice
long_name = surface lw emissivity in fraction over ice
units = frac
dimensions = (horizontal_dimension)
type = real
kind = kind_phys
intent = inout
[snowxy]
standard_name = number_of_snow_layers
long_name = number of snow layers
units = count
dimensions = (horizontal_dimension)
type = real
kind = kind_phys
intent = inout
optional = True
[snicexy]
standard_name = lwe_thickness_of_ice_in_surface_snow
long_name = snow layer ice
units = mm
dimensions = (horizontal_dimension,lower_bound_of_vertical_dimension_of_surface_snow:upper_bound_of_vertical_dimension_of_surface_snow)
type = real
kind = kind_phys
intent = inout
optional = True
[snliqxy]
standard_name = lwe_thickness_of_liquid_water_in_surface_snow
long_name = snow layer liquid water
units = mm
dimensions = (horizontal_dimension,lower_bound_of_vertical_dimension_of_surface_snow:upper_bound_of_vertical_dimension_of_surface_snow)
type = real
kind = kind_phys
intent = inout
optional = True
[tsnoxy]
standard_name = temperature_in_surface_snow
long_name = temperature_in_surface_snow
units = K
dimensions = (horizontal_dimension,lower_bound_of_vertical_dimension_of_surface_snow:upper_bound_of_vertical_dimension_of_surface_snow)
type = real
kind = kind_phys
intent = inout
optional = True
[smoiseq]
standard_name = volumetric_equilibrium_soil_moisture
long_name = equilibrium soil water content
units = m3 m-3
dimensions = (horizontal_dimension,vertical_dimension_of_soil_internal_to_land_surface_scheme)
type = real
kind = kind_phys
intent = inout
optional = True
[zsnsoxy]
standard_name = depth_from_snow_surface_at_bottom_interface
long_name = depth from the top of the snow surface at the bottom of the layer
units = m
dimensions = (horizontal_dimension,lower_bound_of_vertical_dimension_of_surface_snow:vertical_dimension_of_soil_internal_to_land_surface_scheme)
type = real
kind = kind_phys
intent = inout
optional = True
[slc]
standard_name = volume_fraction_of_unfrozen_water_in_soil
long_name = liquid soil moisture
units = frac
dimensions = (horizontal_dimension,vertical_dimension_of_soil)
type = real
kind = kind_phys
intent = inout
[smc]
standard_name = volume_fraction_of_condensed_water_in_soil
long_name = total soil moisture
units = frac
dimensions = (horizontal_dimension,vertical_dimension_of_soil)
type = real
kind = kind_phys
intent = inout
[stc]
standard_name = soil_temperature
long_name = soil temperature
units = K
dimensions = (horizontal_dimension,vertical_dimension_of_soil)
type = real
kind = kind_phys
intent = inout
[tsfcl]
standard_name = surface_skin_temperature_over_land
long_name = surface skin temperature over land
units = K
dimensions = (horizontal_dimension)
type = real
kind = kind_phys
intent = in
[snowd]
standard_name = lwe_surface_snow
long_name = water equivalent snow depth
units = mm
dimensions = (horizontal_dimension)
type = real
kind = kind_phys
intent = in
[canopy]
standard_name = canopy_water_amount
long_name = canopy water amount
units = kg m-2
dimensions = (horizontal_dimension)
type = real
kind = kind_phys
intent = in
[tg3]
standard_name = deep_soil_temperature
long_name = deep soil temperature
units = K
dimensions = (horizontal_dimension)
type = real
kind = kind_phys
intent = in
[stype]
standard_name = soil_type_classification
long_name = soil type for lsm
units = index
dimensions = (horizontal_dimension)
type = integer
intent = in
[con_t0c]
standard_name = temperature_at_zero_celsius
long_name = temperature at 0 degree Celsius
units = K
dimensions = ()
type = real
kind = kind_phys
intent = in
[lsm_cold_start]
standard_name = do_lsm_cold_start
long_name = flag to signify LSM is cold-started
units = flag
dimensions = ()
type = logical
intent = in
[nthrds]
standard_name = number_of_openmp_threads
long_name = number of OpenMP threads available for physics schemes
units = count
dimensions = ()
type = integer
intent = in
[lkm]
standard_name = control_for_lake_model_execution_method
long_name = control for lake model execution: 0=no lake, 1=lake, 2=lake+nsst
units = flag
dimensions = ()
type = integer
intent = in
[use_lake_model]
standard_name = flag_for_using_lake_model
long_name = flag indicating lake points using a lake model
units = flag
dimensions = (horizontal_dimension)
type = integer
intent = inout
[lakefrac]
standard_name = lake_area_fraction
long_name = fraction of horizontal grid area occupied by lake
units = frac
dimensions = (horizontal_dimension)
type = real
kind = kind_phys
intent = in
[lakedepth]
standard_name = lake_depth
long_name = lake depth
units = m
dimensions = (horizontal_dimension)
type = real
kind = kind_phys
intent = in