-
Notifications
You must be signed in to change notification settings - Fork 69
Update Simulation3d.pyx #38
base: master
Are you sure you want to change the base?
Conversation
…es, but with possible bugs.
…or in RadiationIsdac
… Kyle pointed out in theta_l output definition
It needs to be checked that moving Surface.initialize after the restart files are read does not mess up other cases (in particular, those that use a surface energy budget so that T_surface is read from the restart files). It should suffice to check that all cases that set T_surface to a prescribed initial value do so in the init function rather than in initialize... In general, it is important to be really careful when changing the order of calls in Simulation3d.pyx! All cases need to be checked for compatibility not just whichever are currently being added/edited. |
Sally's comment is "Fixed when Surface update is called to be compatible for the Arctic cases." but I only see where Surface.initialize has been moved...am I missing something? |
Sorry, I meant Initialization. My bad, I'll fix the description! |
Fixed when Surface Init is called to be compatible for the Arctic cases.