Ignore:
Timestamp:
Mar 15, 2010, 5:28:36 PM (14 years ago)
Author:
idelkadi
Message:

Decoupage du pas de temps physique en N sous-pas (splitting)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ4/branches/LMDZ4V5.0-dev/libf/dyn3dpar/conf_gcm.F

    r1299 r1325  
    173173       CALL getin('day_step',day_step)
    174174
     175!Config  Key  = nsplit_phys
     176!Config  Desc = nombre d'iteration de la physique
     177!Config  Def  = 240
     178!Config  Help = nombre d'itration de la physique
     179!
     180       nsplit_phys = 1
     181       CALL getin('nsplit_phys',nsplit_phys)
     182
    175183!Config  Key  = iperiod
    176184!Config  Desc = periode pour le pas Matsuno
     
    603611      write(lunout,*)' day_step = ', day_step
    604612      write(lunout,*)' iperiod = ', iperiod
     613      write(lunout,*)' nsplit_phys = ', nsplit_phys
    605614      write(lunout,*)' iconser = ', iconser
    606615      write(lunout,*)' iecri = ', iecri
Note: See TracChangeset for help on using the changeset viewer.