Does the update the Sensor_Zenith_Angle member you mentioned above mean that I only need to modify the number of Components in Geometry Info, such as the example in the figure below, I can delete SCAN_ANGLE or add Flux_Zenith_Angle, and the value of other declared ANGLE can be given arbitrarily, as long as it satisfies the equation mentioned in the Userguide?
Because I want to compare the simulated brightness temperature and the Satellite measured brightness temperature, each point of the satellite data has a different angle, so I was wondering about what value should be best to give.
Thanks a lot!
Yes, what you are attempting is a very common task for the CRTM.
You should specify the Sensor_Zenith_Angle from your satellite observation data and derive the scan angle from it based on the equation in the user guide.
The solar source angles should be specified based on the time and date of the measurement.
Good afternoon,
I was able to build libcrtm.a for v2.4.0, but would like to go back to yunzhiyaâs initial question about âmake testâ. I, too, am having trouble finding exactly where to run that command. I also couldnât find the file amsua-metop-a.output mentioned in the Usersâ guide. Maybe I didnât pull down everything I need. I used 'git clone --branch=v2.4.0 GitHub - JCSDA/crtm".
One other thing: One of the reasons I would like to run the additional tests is that although the library compiled ok, there were several warnings (this is with the make -j4 command). Most had to do with unused variables and routines, but two stated âInteger division truncated to constant â1â at (1) [-Winteger-division]â. The warning occurred for lines 756 and 781 of CRTM_Interpolation.f90.
Any help would be appreciated.
Thanks,
Jack
I think it might be more efficient to just set up a meeting with me, and we can work through it together over video chat.
Google meet or zoom, eastern time zone (USA)
Hello! I have a similar problem to the original question. I can see my netcdf.mod in the include folder of the NC4_DIR that I set up in the configuration/gfortran.setup file. Yet, I still get the following error:
32 | USE netcdf
| 1
Fatal Error: Cannot open module file ânetcdf.modâ for reading at (1): No such file or directory
compilation terminated.
I am working on a conda enviroment and I from my understunding the gfortran.setup file is indicating correctly where the .mod file is. any ideas? Iâve tried a few things and I cant seem to solve it.