Last update: March 23, 2000

ftp Instruction for Result handling

machine: imk-ftp.fzk.de
login: ftp
password: <e-mail adress>
change to directory: pub/irc.in
there you should upload your files under the following names convention and then please send an e-mail to thomas.clarman@imk.fzk.de.

In order to support automated processing of your results, please use the following directory structure and names convention for your results:

  1. create a directory of 6 characters, which contain the acronym of your institution or the radiative transfer code you use; e.g. 'imk###' will be used for IMK.
  2. please put all your files there without further use of subdirectories.
  3. please use the following file name convention:

    res_atm_nlte_h_mwgeo01

    res = hr --> high resolution exercise
    mr --> medium resolution exercise
    atm = md --> midlat. day
    mn --> midlat. night
    pw --> polar winter
    ps --> polar summer
    nlte = n --> nlte
    l --> lte
    h: no meaning in this context;
    mw = 01 --> first microwindow (15 micron region)
    02 --> second microwindow (10 micron region)
    geo = 01 --> 40 km tangent altitude
    02 --> 60 km tangent altitude
    03 --> 80 km tangent altitude
    04 --> 100 km tangent altitude
    01: no meaning in this context.

    so you will end up with a filename 16 characters long, such as "hr_md_n_h_010101"; the whole exercise contains 128 spectra.

  4. additional information (slant path values etc) should be stored in files called res_atm_nlte_h_log.

Here is an example for the ftp transfer:

$ ftp imk-ftp.fzk.de
Connected to imksun10.fzk.de.
220 imksun10 FTP server (SunOS 5.7) ready.
Name (imk-ftp.fzk.de:andrea): ftp
331 Guest login ok, send ident as password.
Password:
230 Guest login ok, access restrictions apply.
ftp> cd pub/irc.in
250 CWD command successful.
ftp> mkdir your_institution_acronym
257 MKD command successful
ftp> cd your_institution_acronym
250 CWD command successful.
ftp> put files
200 PORT command successful.
150 ASCII data connection for files (141.52.58.144,64092).
226 Transfer complete.
ftp> bye
221 Goodbye.