-
Notifications
You must be signed in to change notification settings - Fork 153
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
correct_unit branch #496
correct_unit branch #496
Changes from 3 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -71,33 +71,6 @@ | |
type = GFS_radtend_type | ||
intent = inout | ||
optional = F | ||
[f_ice] | ||
standard_name = fraction_of_ice_water_cloud | ||
long_name = fraction of ice water cloud | ||
units = frac | ||
dimensions = (horizontal_dimension,vertical_dimension) | ||
type = real | ||
kind = kind_phys | ||
intent = in | ||
optional = F | ||
[f_rain] | ||
standard_name = fraction_of_rain_water_cloud | ||
long_name = fraction of rain water cloud | ||
units = frac | ||
dimensions = (horizontal_dimension,vertical_dimension) | ||
type = real | ||
kind = kind_phys | ||
intent = in | ||
optional = F | ||
[f_rimef] | ||
standard_name = rime_factor | ||
long_name = rime factor | ||
units = frac | ||
dimensions = (horizontal_dimension,vertical_dimension) | ||
type = real | ||
kind = kind_phys | ||
intent = in | ||
optional = F | ||
[flgmin] | ||
standard_name = minimum_large_ice_fraction | ||
long_name = minimum large ice fraction in F-A mp scheme | ||
|
@@ -107,15 +80,6 @@ | |
kind = kind_phys | ||
intent = in | ||
optional = F | ||
[cwm] | ||
standard_name = total_cloud_condensate_mixing_ratio_updated_by_physics | ||
long_name = total cloud condensate mixing ratio (except water vapor) updated by physics | ||
units = kg kg-1 | ||
dimensions = (horizontal_dimension,vertical_dimension) | ||
type = real | ||
kind = kind_phys | ||
intent = out | ||
optional = F | ||
[lm] | ||
standard_name = number_of_vertical_layers_for_radiation_calculations | ||
long_name = number of vertical layers for radiation calculation | ||
|
@@ -444,7 +408,7 @@ | |
standard_name = total_cloud_fraction | ||
long_name = layer total cloud fraction | ||
units = frac | ||
dimensions = (horizontal_dimension,vertical_dimension) | ||
dimensions = (horizontal_dimension,adjusted_vertical_layer_dimension_for_radiation) | ||
type = real | ||
kind = kind_phys | ||
intent = inout | ||
|
@@ -453,16 +417,16 @@ | |
standard_name = cloud_liquid_water_path | ||
long_name = layer cloud liquid water path | ||
units = g m-2 | ||
dimensions = (horizontal_dimension,vertical_dimension) | ||
dimensions = (horizontal_dimension,adjusted_vertical_layer_dimension_for_radiation) | ||
type = real | ||
kind = kind_phys | ||
intent = inout | ||
optional = F | ||
[clouds3] | ||
standard_name = mean_effective_radius_for_liquid_cloud | ||
long_name = mean effective radius for liquid cloud | ||
units = micron | ||
dimensions = (horizontal_dimension,vertical_dimension) | ||
units = um | ||
dimensions = (horizontal_dimension,adjusted_vertical_layer_dimension_for_radiation) | ||
type = real | ||
kind = kind_phys | ||
intent = inout | ||
|
@@ -471,16 +435,16 @@ | |
standard_name = cloud_ice_water_path | ||
long_name = layer cloud ice water path | ||
units = g m-2 | ||
dimensions = (horizontal_dimension,vertical_dimension) | ||
dimensions = (horizontal_dimension,adjusted_vertical_layer_dimension_for_radiation) | ||
type = real | ||
kind = kind_phys | ||
intent = inout | ||
optional = F | ||
[clouds5] | ||
standard_name = mean_effective_radius_for_ice_cloud | ||
long_name = mean effective radius for ice cloud | ||
units = micron | ||
dimensions = (horizontal_dimension,vertical_dimension) | ||
units = um | ||
dimensions = (horizontal_dimension,adjusted_vertical_layer_dimension_for_radiation) | ||
type = real | ||
kind = kind_phys | ||
intent = inout | ||
|
@@ -489,16 +453,16 @@ | |
standard_name = cloud_rain_water_path | ||
long_name = cloud rain water path | ||
units = g m-2 | ||
dimensions = (horizontal_dimension,vertical_dimension) | ||
dimensions = (horizontal_dimension,adjusted_vertical_layer_dimension_for_radiation) | ||
type = real | ||
kind = kind_phys | ||
intent = out | ||
optional = F | ||
[clouds7] | ||
standard_name = mean_effective_radius_for_rain_drop | ||
long_name = mean effective radius for rain drop | ||
units = micron | ||
dimensions = (horizontal_dimension,vertical_dimension) | ||
units = um | ||
dimensions = (horizontal_dimension,adjusted_vertical_layer_dimension_for_radiation) | ||
type = real | ||
kind = kind_phys | ||
intent = out | ||
|
@@ -507,16 +471,16 @@ | |
standard_name = cloud_snow_water_path | ||
long_name = cloud snow water path | ||
units = g m-2 | ||
dimensions = (horizontal_dimension,vertical_dimension) | ||
dimensions = (horizontal_dimension,adjusted_vertical_layer_dimension_for_radiation) | ||
type = real | ||
kind = kind_phys | ||
intent = out | ||
optional = F | ||
[clouds9] | ||
standard_name = mean_effective_radius_for_snow_flake | ||
long_name = mean effective radius for snow flake | ||
units = micron | ||
dimensions = (horizontal_dimension,vertical_dimension) | ||
units = um | ||
dimensions = (horizontal_dimension,adjusted_vertical_layer_dimension_for_radiation) | ||
type = real | ||
kind = kind_phys | ||
intent = out | ||
|
@@ -534,7 +498,7 @@ | |
standard_name = instantaneous_3d_cloud_fraction | ||
long_name = instantaneous 3D cloud fraction for all MPs | ||
units = frac | ||
dimensions = (horizontal_dimension,vertical_dimension) | ||
dimensions = (horizontal_dimension,adjusted_vertical_layer_dimension_for_radiation) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Thanks for fixing those wrong dimensions. |
||
type = real | ||
kind = kind_phys | ||
intent = out | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -113,32 +113,32 @@ | |
intent = in | ||
optional = F | ||
[iovr_sw] | ||
standard_name = flag_for_max_random_overlap_clouds_for_shortwave_radiation | ||
long_name = sw: max-random overlap clouds | ||
standard_name = flag_for_cloud_overlapping_method_for_shortwave_radiation | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Please revert this change. |
||
long_name = control flag for cloud overlapping method for SW | ||
units = flag | ||
dimensions = () | ||
type = integer | ||
intent = in | ||
optional = F | ||
[iovr_lw] | ||
standard_name = flag_for_max_random_overlap_clouds_for_longwave_radiation | ||
long_name = lw: max-random overlap clouds | ||
standard_name = flag_for_cloud_overlapping_method_for_longwave_radiation | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Please revert this change. |
||
long_name = control flag for cloud overlapping method for LW | ||
units = flag | ||
dimensions = () | ||
type = integer | ||
intent = in | ||
optional = F | ||
[isubc_sw] | ||
standard_name = flag_for_sw_clouds_without_sub_grid_approximation | ||
long_name = flag for sw clouds without sub-grid approximation | ||
standard_name = flag_for_subcolumn_cloud_approximation_for_shortwave_radiation | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Please revert this change. |
||
long_name = flag for subcolumn cloud approximation for shortwave radiation | ||
units = flag | ||
dimensions = () | ||
type = integer | ||
intent = in | ||
optional = F | ||
[isubc_lw] | ||
standard_name = flag_for_lw_clouds_without_sub_grid_approximation | ||
long_name = flag for lw clouds without sub-grid approximation | ||
standard_name = flag_for_subcolumn_cloud_approximation_for_longwave_radiation | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Please revert this change. |
||
long_name = flag for subcolumn cloud approximation for longwave radiation | ||
units = flag | ||
dimensions = () | ||
type = integer | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -161,32 +161,32 @@ | |
intent = in | ||
optional = F | ||
[iovr_sw] | ||
standard_name = flag_for_max_random_overlap_clouds_for_shortwave_radiation | ||
long_name = sw: max-random overlap clouds | ||
standard_name = flag_for_cloud_overlapping_method_for_shortwave_radiation | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Please revert this change. |
||
long_name = control flag for cloud overlapping method for SW | ||
units = flag | ||
dimensions = () | ||
type = integer | ||
intent = in | ||
optional = F | ||
[iovr_lw] | ||
standard_name = flag_for_max_random_overlap_clouds_for_longwave_radiation | ||
long_name = lw: max-random overlap clouds | ||
standard_name = flag_for_cloud_overlapping_method_for_longwave_radiation | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Please revert this change. |
||
long_name = control flag for cloud overlapping method for SW | ||
units = flag | ||
dimensions = () | ||
type = integer | ||
intent = in | ||
optional = F | ||
[isubc_sw] | ||
standard_name = flag_for_sw_clouds_without_sub_grid_approximation | ||
long_name = flag for sw clouds without sub-grid approximation | ||
standard_name = flag_for_subcolumn_cloud_approximation_for_shortwave_radiation | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Please revert this change. |
||
long_name = flag for subcolumn cloud approximation for shortwave radiation | ||
units = flag | ||
dimensions = () | ||
type = integer | ||
intent = in | ||
optional = F | ||
[isubc_lw] | ||
standard_name = flag_for_lw_clouds_without_sub_grid_approximation | ||
long_name = flag for lw clouds without sub-grid approximation | ||
standard_name = flag_for_subcolumn_cloud_approximation_for_longwave_radiation | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Please revert this change. |
||
long_name = flag for subcolumn cloud approximation for longwave radiation | ||
units = flag | ||
dimensions = () | ||
type = integer | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change is not associated with correcting units, nonetheless it is good to fix this (Dusan reported issues with those arrays not being allocated but having explicit dimensions).