Opened 3 years ago
Closed 3 years ago
#100 closed defect (fixed)
Setting up nuice_ref once
Reported by: | abierjon | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | MARS GCM | Version: | |
Keywords: | Cc: |
Description
The water ice effective variance used for radiative transfer nuice_ref seems to be set up in two different places :
- once in initracer.F (l.523 at revision r2644)
nuice_ref=0.1 ! Effective variance nueff of the ! water-ice size distribution
- once in conf_phys.F (l.709 at r2644, with the last line being a wrong comment by the way)
write(*,*) "REF effective variance for water clouds ?" nuice_ref=0.45 call getin_p("nuice_ref",nuice_ref) write(*,*) "CO2 nueff Sedimentation:", nuice_ref
One of these value assignments should be discarded, as only one value is used in the simulation (but I don't know which one, it depends on the calling order for initracer and conf_phys)
Change History (7)
comment:1 Changed 3 years ago by
comment:2 Changed 3 years ago by
After a quick test, the value that is kept for the run is the one from initracer (nuice_ref=0.1)
comment:3 Changed 3 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:4 Changed 3 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
comment:5 Changed 3 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
resolved with commit r2659
comment:6 Changed 3 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
comment:7 Changed 3 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Indeed. Done in r2661; nuice_ref back to default value of 0.1 in conf_phys
Note: See
TracTickets for help on using
tickets.
Some info from a svn blame on