Ignore:
Timestamp:
07/17/18 17:24:56 (6 years ago)
Author:
millour
Message:

Tidying up around dissipation steps and outputs.
So far application of dissipation (every itau_dissip dyn step) was automatically set. Keep this behaviour if the user sets itau_dissip=0, or else use imposed value of itau_dissip.
Also added some diagnostic output fields for dissipation: dulon_diss1, dulat_diss1, dulon_diss2 and dulat_diss2. So add the definitions for these fields in your field_def.xml (e.g. alongside ulon, ulat, dulon_phys, etc.)
EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • codes/icosagcm/trunk/src/time/time.f90

    r548 r706  
    7575    CALL getin('itau_adv',itau_adv) 
    7676 
    77     itau_dissip=1 
     77    itau_dissip=0 ! set to zero which implies itau_dissip will be automatically computed (see init_dissip) 
    7878    CALL getin('itau_dissip',itau_dissip) 
    7979 
Note: See TracChangeset for help on using the changeset viewer.