New DA capability of QC and obs error modeling for AMSR-2 cloudy…#6
Merged
jamiebresch merged 1 commit intowrf-model:masterfrom Sep 23, 2016
Merged
Conversation
… radiances. Changes to be committed: modified: var/da/da_define_structures/da_define_structures.f90 modified: var/da/da_radiance/da_allocate_rad_iv.inc modified: var/da/da_radiance/da_deallocate_radiance.inc modified: var/da/da_radiance/da_get_innov_vector_crtm.inc modified: var/da/da_radiance/da_initialize_rad_iv.inc modified: var/da/da_radiance/da_qc_amsr2.inc modified: var/da/da_radiance/da_radiance_init.inc modified: var/da/da_radiance/module_radiance.f90 modified: var/run/radiance_info/gcom-w-1-amsr2.info It is a squashed commit of the following: commit 5519293 Merge: fcb48d3 fa0bd0e Author: Jamie Bresch <hclin@ucar.edu> Date: Mon Aug 8 17:20:52 2016 +0000 The deallocation of satinfo%error_cld and iv%instid%tb_xb_cld is moved from var/da/da_main/da_solve.inc to var/da/da_radiance/da_dellocate_radiance.inc per the rev 9497 commit. git-svn-id: https://svn-wrf-model.cgd.ucar.edu/branches/wrfda_amsr2_cloudy@9539 b0b5d27b-6f0f-0410-a2a3-cb1e977edc3d commit fcb48d3 Author: Jamie Bresch <hclin@ucar.edu> Date: Fri Jun 3 22:02:15 2016 +0000 Original contribution from Chun Yang of Nanjing University of Information Science & Technology. Largely re-coded by Jamie Bresch of NCAR. New capability of QC and observation error modeling for AMSR-2 cloudy radiances. git-svn-id: https://svn-wrf-model.cgd.ucar.edu/branches/wrfda_amsr2_cloudy@9386 b0b5d27b-6f0f-0410-a2a3-cb1e977edc3d commit d7c86d3 Author: Jamie Bresch <hclin@ucar.edu> Date: Fri Jun 3 21:44:18 2016 +0000 git-svn-id: https://svn-wrf-model.cgd.ucar.edu/branches/wrfda_amsr2_cloudy@9382 b0b5d27b-6f0f-0410-a2a3-cb1e977edc3d
mkavulich
approved these changes
Sep 23, 2016
dmey
referenced
this pull request
in TEB-model/wrf-teb
Mar 31, 2020
Update to 4.0.3 and add Cray compiler support
twjuliano
pushed a commit
to twjuliano/WRF
that referenced
this pull request
Jun 15, 2021
…_mesoLES Fix for memory packaging with PBL and LES on different domains
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
TYPE: new feature
KEYWORDS: WRFDA, AMSR-2, cloudy radiance
SOURCE: Original contribution from Chun Yang of Nanjing University of Information Science & Technology. Largely re-coded by Jamie Bresch of NCAR. Ref: Yang et al. 2016 Tellus A.
DESCRIPTION OF CHANGES:
Added proper quality check procedures and observation error modeling for AMSR-2 cloudy radiances.
The last column of gcom-w-1-amsr2.info contains additional sample obs errors for amsr-2 cloudy radiance.
LIST OF MODIFIED FILES:
M var/da/da_define_structures/da_define_structures.f90
M var/da/da_radiance/da_allocate_rad_iv.inc
M var/da/da_radiance/da_deallocate_radiance.inc
M var/da/da_radiance/da_get_innov_vector_crtm.inc
M var/da/da_radiance/da_initialize_rad_iv.inc
M var/da/da_radiance/da_qc_amsr2.inc
M var/da/da_radiance/da_radiance_init.inc
M var/da/da_radiance/module_radiance.f90
M var/run/radiance_info/gcom-w-1-amsr2.info
TESTS CONDUCTED:
WRFDA regression tests passed.