Ignore:
Timestamp:
Jan 6, 2014, 10:27:56 PM (11 years ago)
Author:
aslmd
Message:

LMDZ.GENERIC. put surface temperature update under .not.nosurf flag. commented and added prints for ichoice=8. added a modification of iradia in rcm1d.def to be able to still use same .def as subsequent 3D runs for consistency

Location:
trunk/LMDZ.GENERIC/deftank/saturn1d
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.GENERIC/deftank/saturn1d/compile

    r1135 r1150  
    11#! /bin/bash
    22
    3 #/donnees/aslmd/MODELES/LMDZ.GENERIC/makegcm -d 32 -t 0 -b 38x36 rcm1d
    43/donnees/aslmd/MODELES/LMDZ.GENERIC/makegcm -d 64 -t 0 -b 20x30 rcm1d
     4#/donnees/aslmd/MODELES/LMDZ.GENERIC/makegcm -d 32 -t 0 -b 20x30 rcm1d
  • trunk/LMDZ.GENERIC/deftank/saturn1d/rcm1d.def

    r995 r1150  
    4141# Number of steps between each writing in diagfi
    4242ecritphy=5000
     43
     44# OVERRIDE callphys.def settings
     45# ... this to ensure compliancy with the low day_step value above
     46iradia = 25
    4347
    4448
     
    8993#         ichoice=7   constant T  + gaussian perturbation (km)
    9094#         ichoice=8   Read in an ascii file "profile"
    91 ichoice        = 1
     95ichoice        = 8
    9296# Reference temperature tref (K)
    9397tref           = 200.
Note: See TracChangeset for help on using the changeset viewer.