-
Notifications
You must be signed in to change notification settings - Fork 3
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
n1850.ne30_tn14.hybrid.20240822 #30
Comments
@mvertens I have tested NF1850 case with yours tag; it is also happening there; Memory start to increase just after every mid month; if I remember well; CAM is reading somedata mid months probably there could be allocation of memory I will check it. |
@monsieuralok - I have discovered that this memory leak also occurs in CESM simulations. @jedwards4b is tracking this down in CAM right now and believes that it in tphysac. I'll update the issue once I know more. |
Just to clarify - I'm not sure we are seeing the same leak - mine appears to be a smaller increment and not associated with the 15th of the month as yours is. |
@jedwards4b - I agree. It would be good to see what the source of the CESM memory leak is at this point and see if it impacts what I am seeing. |
@mvertens I guess this solved memory leak issue issue; variable lam and phi are not deallocated in file :- components/cam/src/chemistry/oslo_aero/src_cam/mo_drydep.F90 probably same in @jedwards4b components/cam/src/chemistry/mozart/mo_drydep.F90 but, it has solved my memory leak issue atleast in NorESM but, I need to double check. Case folder on Betzy:- /cluster/projects/nn9560k/alok/NorESM-mariana/cases/NF1850.ne30_tn14.hybrid.20240822_N43 You look for SourceMods and only file mo_drydep.F90 |
@monsieuralok - since lam and phi are allocatable variables in |
@monsieuralok - to clarify - lam and phi are allocatable local variables - not module variables - and so according to the fortran standard they should be deallocated upon exiting the subroutine. |
Purpose:
Exactly like n1850.ne30_tn14.hybrid.20240808 EXCEPT
See memory leak in n1850 case NorESM#550
Description:
create_newcase commnad
./create_newcase --case /cluster/projects/nn9560k/mvertens/cases/n1850.ne30_tn14.hybrid.20240822 --compset N1850 --res ne30pg3_tn14 --project nn9039k --run-unsupported
user_nl_cam
user_nl_blom
ICFILE = "/cluster/shared/noresm/inputdata/restart/NOIIAJRAOC20TR_TL319_tn14_ppm_20240816/rest/1775-01-01-00000/NOIIAJRAOC20TR_TL319_tn14_ppm_20240816.blom.r.1775-01-01-00000.nc"
user_nl_cice
ice_ic = "/cluster/shared/noresm/inputdata/restart/NOIIAJRAOC20TR_TL319_tn14_ppm_20240816/rest/1775-01-01-00000/NOIIAJRAOC20TR_TL319_tn14_ppm_20240816.cice.r.1775-01-01-00000.nc"
xmlchange commands
Compset long name
1850_CAM%DEV%LT%NORESM%CAMoslo_CLM51%SP_CICE_BLOM%ECO_MOSART_DGLC%NOEVOLVE_SWAV_SESP
Model grid long name
a%ne30np4.pg3_l%ne30pg4.pg3_oi%tnx1v4_r%r05_w%null_z%null_g%gris4_m%tnx1v4
Case directory:
Code version on github (either NorESMhub or user's fork):
Diagnostics:
ocean/ice: https://ns2345k.web.sigma2.no/datalake/diagnostics/noresm/adagj/n1850.ne30_tn14.hybrid.20240822/
atm:
https://ns2345k.web.sigma2.no/datalake/diagnostics/ADF/plots/n1850.ne30_tn14.hybrid.20240822_1_10_vs_Obs/website/index.html
https://ns2345k.web.sigma2.no/datalake/diagnostics/ADF/plots/n1850.ne30_tn14.hybrid.20240822_1_10_vs_n1850.ne30_tn14.hybrid.20240808_1_10/website/index.html
Comparison to NorESM2-MM piControl: https://ns2345k.web.sigma2.no/datalake/diagnostics/ADF/plots/n1850.ne30_tn14.hybrid.20240822_1_10_vs_N1850frc2_f09_tn14_20191001_1200_1209/website/index.html
Output:
Contacts:
@mvertens, @adagj
Extra details:
The text was updated successfully, but these errors were encountered: