Return the latitude of the ITCZ/SPCZ as a function of longitude with the option of being weighted by the intensity of the ITCZ/SPCZ
Parameters: |
|
---|---|
Returns: | {‘NP’:latitudes (numpy array) of the ITCZ, ‘SP’:latitudes (numpy array) of the SPCZ} |
Return type: | dict |
Return the sum for the ITCZ and SPCZ
Parameters: |
|
---|---|
Returns: | dict(“NP”=for northern hemisphere, “SP”=for southern hemisphere) |
Perform an analysis on the ITCZ pattern
Parameters: |
|
---|---|
Returns: |
|
This function requires the GeoDAT library
Return a 2D numpy array or a geodat.nc.Variable with a gaussian profile
Parameters: |
|
---|---|
Returns: | numpy.ndarray or geodat.nc.Variable if return_Variable is True |
Locate the ITCZ and SPCZ orientations (assumed straight line).
Parameters: |
|
---|---|
Returns: | {‘NP’: [slope,intercept],’SP’:[slope,intercept]} |
Return type: | dict |
Shortcut for using lines with geodat.nc.Variable
Parameters: |
|
---|---|
Returns: | {‘NP’: [slope,intercept],’SP’:[slope,intercept]} |
Return type: | dict |
This function requires the GeoDAT library
Select the region and perform time average
Parameters: |
|
---|---|
Returns: | geodat.nc.Variable |
This function requires the GeoDAT library
Find the slopes of the central axes of the ITCZ; rotate the field and then find the widths of the ITCZ/SPCZ
Parameters: |
|
---|---|
Returns: | {‘NP’:width in degree for the northern hemisphere, ‘SP’:same but for the southern hemisphere} |
Return type: | dict |
Find the longitude of the ITCZ/SPCZ where the rainfall is heaviest
Parameters: |
|
---|---|
Returns: | {‘NP’:for northern hemisphere, ‘SP’:for southern hemisphere} |
Return type: | dict |
Compute the zonal average and then return the max for ITCZ and SPCZ
Parameters: |
|
---|---|
Returns: | {‘NP’:for northern hemisphere, ‘SP’:for southern hemisphere} |
Return type: | dict |
Find the latitude of the ITCZ/SPCZ where the rainfall is heaviest
Parameters: |
|
---|---|
Returns: | {‘NP’:latitude (scalar) of the ITCZ, ‘SP’:latitude (scalar) of the SPCZ} |
Return type: | dict |